From e93dc3f7bcf79bcac283bfbefcf184600e3a4b17 Mon Sep 17 00:00:00 2001 From: kidfearless Date: Sat, 12 Sep 2020 21:29:18 -0600 Subject: [PATCH] remove unused variable --- MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index e317787..1bbb41b 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -72,7 +72,6 @@ public partial class MainWindow string CurrentMap = ""; readonly User[] Users = new User[MAXPLAYERS]; System.Timers.Timer CronTimer; - private bool ReadingConsole; [PermissionSet(SecurityAction.Demand, Name = "FullTrust")] public MainWindow() @@ -152,7 +151,6 @@ private void Timer_CheckStatus(object sender, System.Timers.ElapsedEventArgs e) /// Unused parameter that the Timer class requires private async void ReadConsole(object nill) { - this.ReadingConsole = true; //Open the file in a way that won't bother csgo. var path = Models.Window.GetProcessLocation("csgo"); if (string.IsNullOrEmpty(path))