X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3a45cd9275dc9279e133deb0932402ae5f4d0b5f..9ed663cdb641ed18d1b121017ea640df3daddfdc:/stglibs/common.lib/common.cpp?ds=sidebyside diff --git a/stglibs/common.lib/common.cpp b/stglibs/common.lib/common.cpp index 606f057a..b9fb3bf9 100644 --- a/stglibs/common.lib/common.cpp +++ b/stglibs/common.lib/common.cpp @@ -996,7 +996,6 @@ if (0 == strncasecmp(str.c_str(), "no", 2)) return -1; } -inline int ParseInt(const std::string & str, int * val) { if (str2x(str, *val)) @@ -1004,7 +1003,6 @@ if (str2x(str, *val)) return 0; } -inline int ParseUnsigned(const string & str, unsigned * val) { if (str2x(str, *val))