Quellcode durchsuchen

Remove unused variable

Dragon vor 4 Jahren
Ursprung
Commit
c513c8378a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      Interface.cs

+ 0 - 1
Interface.cs

@@ -16,7 +16,6 @@ namespace HuntBuddy
 		private readonly Plugin _plugin;
 
 		public bool DrawInterface;
-		public bool DrawLocalHuntsInterface = true;
 		private bool _drawConfigurationInterface;
 
 		public unsafe Interface(Plugin plugin)