]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/Folders.cpp
Save progress upon level completion
[lugaru.git] / Source / Utils / Folders.cpp
index 43b399e9a86334d3245fff8d8afd9ce944e973e3..8de69db5098383ec1cb47db41401ba38d2226da9 100644 (file)
@@ -45,11 +45,6 @@ std::string Folders::getScreenshotDir()
     return screenshotDir;
 }
 
-std::string Folders::getResourcePath(std::string filepath)
-{
-    return dataDir + '/' + filepath;
-}
-
 std::string Folders::getUserDataPath()
 {
     std::string userDataPath;