Explorar o código

remove unused methods

Chris Mullins %!s(int64=8) %!d(string=hai) anos
pai
achega
d6e1c9724d
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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