]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
fix memory leak, cleanup FileName interface
[lyx.git] / src / support / filetools.h
index 383aeac2f8b58cf937d9ba8a56dc5cb29a9d5516..6e3e412ec62ac5975af3b33be50c985f42cbd4ac 100644 (file)
@@ -275,9 +275,6 @@ typedef std::pair<int, std::string> cmd_ret;
 
 cmd_ret const runCommand(std::string const & cmd);
 
-/// \return list files in a directory having optional extension ext..
-std::vector<FileName> dirList(FileName const & dir,
-               std::string const & ext = empty_string());
 
 } // namespace support
 } // namespace lyx