소스 검색

remove unused methods

Chris Mullins 8 년 전
부모
커밋
d6e1c9724d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      lib/WebServer/WebServer.h

+ 0 - 3
lib/WebServer/WebServer.h

@@ -40,9 +40,6 @@ protected:
   bool authEnabled;
   String username;
   String password;
-  
-  void resetPathMatches();
-  void checkPatterns();
 };
 
 #endif