Skip to content

Commit 83df0b3

Browse files
committed
Remove unnecessary method implementation
Should be handled somewhere else
1 parent 82a24c9 commit 83df0b3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Wox.Core/Configuration/IPortable.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+

22
namespace 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();

Wox.Core/Configuration/Portable.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)