From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandler.cs') 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(() => -- cgit v1.3.1