Kaynağa Gözat

remove unused methods

Chris Mullins 8 yıl önce
ebeveyn
işleme
d6e1c9724d
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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