]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
the convert patch
[lyx.git] / src / support / lyxlib.h
index 54569babb6d54f506c1734388df106814d66c511..4b5569967c76713469e0f3cbd32b48a9bbb65c8f 100644 (file)
@@ -46,8 +46,6 @@ bool putenv(std::string const & varname, std::string const & value);
 int unlink(std::string const & file);
 /// remove the given directory
 int rmdir(std::string const & file);
-/// convert the given string to an integer
-int atoi(std::string const & nstr);
 /// (securely) create a temporary file in the given dir with the given prefix
 std::string const tempName(std::string const & dir = std::string(),
                      std::string const & mask = std::string());