瀏覽代碼

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