浏览代码

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