remove overrides and leftover code

This commit is contained in:
fyr77 2021-05-08 11:57:16 +02:00
parent af089f732b
commit 1fb4427757
3 changed files with 2 additions and 63 deletions

View file

@ -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";
}
}