Remove unused vars

This commit is contained in:
Cyberboss
2017-09-22 10:26:07 -04:00
parent 4c10971bc0
commit 693952ae1b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ namespace TGControlPanel
partial class Main
{
IDictionary<int, string> IndexesToPaths = new Dictionary<int, string>();
bool changesMade = false;
void InitStaticPage()
{
BuildFileList();
-1
View File
@@ -368,7 +368,6 @@ namespace TGServerService
void UpdateInterfaceDll(bool overwrite)
{
var targetPath = InterfaceDLLName;
if (File.Exists(InterfaceDLLName) && !overwrite)
return;
//Copy the interface dll to the static dir