mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Remove unused vars
This commit is contained in:
@@ -9,7 +9,6 @@ namespace TGControlPanel
|
||||
partial class Main
|
||||
{
|
||||
IDictionary<int, string> IndexesToPaths = new Dictionary<int, string>();
|
||||
bool changesMade = false;
|
||||
void InitStaticPage()
|
||||
{
|
||||
BuildFileList();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user