Sfoglia il codice sorgente

remove unused methods

Chris Mullins 8 anni fa
parent
commit
d6e1c9724d
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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