Selaa lähdekoodia

remove unused methods

Chris Mullins 8 vuotta sitten
vanhempi
commit
d6e1c9724d
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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