From: PilzAdam Date: Sun, 15 Dec 2013 18:15:25 +0000 (+0100) Subject: Remove an unused function and include from client.cpp X-Git-Tag: 0.4.9~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5fd92d67d5c2239dca0808069c53b92d2d113b70;p=oweals%2Fminetest.git Remove an unused function and include from client.cpp --- diff --git a/src/client.cpp b/src/client.cpp index b3030991b..09c940a7a 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 */