X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/5deec545989d26a0e56f11fddf42bfc8ca5886da..3b2cf3d5caf8a8e7d6761696038c73590434a93c:/projects/stargazer/plugins/other/ping/ping.h?ds=sidebyside

diff --git a/projects/stargazer/plugins/other/ping/ping.h b/projects/stargazer/plugins/other/ping/ping.h
index 8dcbe202..aecbfb15 100644
--- a/projects/stargazer/plugins/other/ping/ping.h
+++ b/projects/stargazer/plugins/other/ping/ping.h
@@ -76,8 +76,6 @@ public:
     int ParseSettings(const MODULE_SETTINGS & s);
     int GetPingDelay() const { return pingDelay; }
 private:
-    int ParseIntInRange(const std::string & str, int min, int max, int * val);
-
     int pingDelay;
     mutable std::string errorStr;
 };