File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1-
1+
22namespace Wox . Core . Configuration
33{
44 public interface IPortable
@@ -9,7 +9,6 @@ public interface IPortable
99 void RemoveUninstallerEntry ( ) ;
1010 void CreateShortcuts ( ) ;
1111 void CreateUninstallerEntry ( ) ;
12- bool IsPortableModeEnabled ( ) ;
1312 void MoveUserDataFolder ( string fromLocation , string toLocation ) ;
1413 void VerifyUserDataAfterMove ( string fromLocation , string toLocation ) ;
1514 bool CanUpdatePortability ( ) ;
Original file line number Diff line number Diff line change @@ -79,11 +79,6 @@ public void EnablePortableMode()
7979 }
8080 }
8181
82- public bool IsPortableModeEnabled ( )
83- {
84- throw new NotImplementedException ( ) ;
85- }
86-
8782 public void RemoveShortcuts ( )
8883 {
8984 var exeName = Constant . Wox + ".exe" ;
You can’t perform that action at this time.
0 commit comments