]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/filesys.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / filesys.h
index b2c800c55e54621c20c445755ec207066c74d8ed..cfbfa02bfa0fa13563440781fd4f20497fca5c8e 100644 (file)
@@ -85,9 +85,6 @@ void GetRecursiveSubPaths(const std::string &path,
                  bool list_files,
                  const std::set<char> &ignore = {});
 
-// Tries to delete all, returns false if any failed
-bool DeletePaths(const std::vector<std::string> &paths);
-
 // Only pass full paths to this one. True on success.
 bool RecursiveDeleteContent(const std::string &path);