mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary method implementation
Should be handled somewhere else
This commit is contained in:
parent
82a24c9952
commit
83df0b3b58
2 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
namespace Wox.Core.Configuration
|
namespace Wox.Core.Configuration
|
||||||
{
|
{
|
||||||
public interface IPortable
|
public interface IPortable
|
||||||
|
|
@ -9,7 +9,6 @@ namespace Wox.Core.Configuration
|
||||||
void RemoveUninstallerEntry();
|
void RemoveUninstallerEntry();
|
||||||
void CreateShortcuts();
|
void CreateShortcuts();
|
||||||
void CreateUninstallerEntry();
|
void CreateUninstallerEntry();
|
||||||
bool IsPortableModeEnabled();
|
|
||||||
void MoveUserDataFolder(string fromLocation, string toLocation);
|
void MoveUserDataFolder(string fromLocation, string toLocation);
|
||||||
void VerifyUserDataAfterMove(string fromLocation, string toLocation);
|
void VerifyUserDataAfterMove(string fromLocation, string toLocation);
|
||||||
bool CanUpdatePortability();
|
bool CanUpdatePortability();
|
||||||
|
|
|
||||||
|
|
@ -79,11 +79,6 @@ namespace Wox.Core.Configuration
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsPortableModeEnabled()
|
|
||||||
{
|
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void RemoveShortcuts()
|
public void RemoveShortcuts()
|
||||||
{
|
{
|
||||||
var exeName = Constant.Wox + ".exe";
|
var exeName = Constant.Wox + ".exe";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue