]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
the convert patch
[lyx.git] / src / support / lstrings.h
index ab75fd6202e11565d7fea1939f8f5525bb5d4929..995d96b0809c15c815931fb3a2b24d5b11e24425 100644 (file)
@@ -60,18 +60,9 @@ bool isStrInt(std::string const & str);
 /// does the std::string represent an unsigned integer value ?
 bool isStrUnsignedInt(std::string const & str);
 
-///
-int strToInt(std::string const & str);
-
-/// convert string to an unsigned integer
-unsigned int strToUnsignedInt(std::string const & str);
-
 ///
 bool isStrDbl(std::string const & str);
 
-///
-double strToDbl(std::string const & str);
-
 ///
 char lowercase(char c);