浏览代码

Remove unused variable

Dragon 4 年之前
父节点
当前提交
c513c8378a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)