X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8f0e4a34b2dd1c54f80d953f7337ac89047a2654..3a45cd9275dc9279e133deb0932402ae5f4d0b5f:/projects/sgauth/settings_impl.h?ds=sidebyside diff --git a/projects/sgauth/settings_impl.h b/projects/sgauth/settings_impl.h index b334dac9..2de52577 100644 --- a/projects/sgauth/settings_impl.h +++ b/projects/sgauth/settings_impl.h @@ -67,12 +67,6 @@ private: std::string confFile; std::string strError; - - int ParseInt(const std::string & value, int * val); - int ParseUnsigned(const std::string & value, unsigned * val); - int ParseIntInRange(const std::string & value, int min, int max, int * val); - int ParseUnsignedInRange(const std::string & value, unsigned min, unsigned max, unsigned * val); - int ParseYesNo(const std::string & value, bool * val); }; #endif