]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/xrconfig/xrconfig.h
Code deduplication
[stg.git] / projects / stargazer / plugins / configuration / xrconfig / xrconfig.h
index 79e099f13d14d5c9fc9900b40fb1f1fc8a3670b7..4630edb421bea2ca5949e0f586000ad5db53bd1d 100644 (file)
@@ -1,9 +1,7 @@
 #include <string>
 #include <pthread.h>
 #include "base_plugin.h"
-//#include "common_settings.h"
 #include "common.h"
-//#include "configproto.h"
 
 using namespace std;
 
@@ -22,7 +20,6 @@ public:
     uint16_t        GetPort();
 
 private:
-    int     ParseIntInRange(const string & str, int min, int max, int * val);
     string  errorStr;
     int     port;
 };