diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs b/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs index 54bc7232b..eaa209e65 100644 --- a/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs +++ b/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs @@ -65,8 +65,6 @@ namespace Tango.Integration.Storage internal set { _total = value; RaisePropertyChangedAuto(); } } - public bool IsPaused { get; set; } - public Task Cancel() { return Task.Factory.StartNew(() => |
