From: PilzAdam Date: Sun, 15 Dec 2013 18:15:25 +0000 (+0100) Subject: Remove an unused function and include from client.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=5fd92d67d5c2239dca0808069c53b92d2d113b70;p=zefram%2Fminetest%2Fminetest_engine.git Remove an unused function and include from client.cpp --- diff --git a/src/client.cpp b/src/client.cpp index b3030991..09c940a7 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -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 -#endif - -static std::string getMediaCacheDir() -{ - return porting::path_user + DIR_DELIM + "cache" + DIR_DELIM + "media"; -} - /* QueuedMeshUpdate */