remove overrides and leftover code
This commit is contained in:
parent
af089f732b
commit
1fb4427757
3 changed files with 2 additions and 63 deletions
|
@ -11,7 +11,5 @@ namespace EnvyUpdate
|
|||
public static readonly string startmenu = Environment.GetFolderPath(Environment.SpecialFolder.StartMenu);
|
||||
public static readonly string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\envyupdate\\";
|
||||
public static readonly string startup = Environment.GetFolderPath(Environment.SpecialFolder.Startup);
|
||||
public static readonly string desktopOverride = exepath + "desktop.envy";
|
||||
public static readonly string mobileOverride = exepath + "mobile.envy";
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue