From 5fd92d67d5c2239dca0808069c53b92d2d113b70 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Sun, 15 Dec 2013 19:15:25 +0100 Subject: [PATCH] Remove an unused function and include from client.cpp --- src/client.cpp | 9 --------- 1 file changed, 9 deletions(-) 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 */