]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/inetaccess/inetaccess.h
Code deduplication
[stg.git] / projects / stargazer / plugins / authorization / inetaccess / inetaccess.h
index 707ed96811453796e2f4f5c3ae9d2ff282e4e1d5..fe55649590990306bbeeee1a87d326b9def40a49 100644 (file)
@@ -47,7 +47,7 @@
 #include "stg/users.h"
 #include "stg/ia_packets.h"
 #include "stg/blowfish.h"
-#include "stg/stg_logger.h"
+#include "stg/logger.h"
 #include "stg/utime.h"
 
 extern "C" PLUGIN * GetPlugin();
@@ -178,7 +178,6 @@ public:
     FREEMB          GetFreeMbShowType() const { return freeMbShowType; };
 
 private:
-    int             ParseIntInRange(const std::string & str, int min, int max, int * val);
     int             userDelay;
     int             userTimeout;
     uint16_t        port;