Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kidfearless committed Sep 13, 2020
1 parent 053d55e commit e93dc3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -152,7 +151,6 @@ private void Timer_CheckStatus(object sender, System.Timers.ElapsedEventArgs e)
/// <param name="nill">Unused parameter that the Timer class requires</param>
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))
Expand Down

0 comments on commit e93dc3f

Please sign in to comment.