]> git.lizzy.rs Git - minetest.git/blobdiff - src/client.cpp
Remove an unused function and include from client.cpp
[minetest.git] / src / client.cpp
index b3030991b826f0f3a15053a1c43e6c0047697b36..09c940a7a1bf1fd0ae27228dc0788a5de0b7a43f 100644 (file)
@@ -51,15 +51,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "util/pointedthing.h"
 #include "version.h"
 
-#if USE_CURL
-#include <curl/curl.h>
-#endif
-
-static std::string getMediaCacheDir()
-{
-       return porting::path_user + DIR_DELIM + "cache" + DIR_DELIM + "media";
-}
-
 /*
        QueuedMeshUpdate
 */