From 693952ae1bf4d8303bae7cab4e68f510c9668e09 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 22 Sep 2017 10:26:07 -0400 Subject: [PATCH] Remove unused vars --- TGControlPanel/StaticPage.cs | 1 - TGServerService/DreamDaemon.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/TGControlPanel/StaticPage.cs b/TGControlPanel/StaticPage.cs index 7c4490f1c5..8e3a158acf 100644 --- a/TGControlPanel/StaticPage.cs +++ b/TGControlPanel/StaticPage.cs @@ -9,7 +9,6 @@ namespace TGControlPanel partial class Main { IDictionary IndexesToPaths = new Dictionary(); - bool changesMade = false; void InitStaticPage() { BuildFileList(); diff --git a/TGServerService/DreamDaemon.cs b/TGServerService/DreamDaemon.cs index 1786172a26..91db552c39 100644 --- a/TGServerService/DreamDaemon.cs +++ b/TGServerService/DreamDaemon.cs @@ -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