Remove unnecessary interface methods

This commit is contained in:
Jeremy Wu 2020-03-23 17:45:42 +11:00
parent 3e76b38a56
commit b85f5a147d

View file

@ -3,8 +3,6 @@ namespace Wox.Core.Configuration
{
public interface IPortable
{
void EnablePortableMode();
void DisablePortableMode();
void RemoveShortcuts();
void RemoveUninstallerEntry();
void CreateShortcuts();