소스 검색

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)