summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.cpp9
1 files changed, 0 insertions, 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 <curl/curl.h>
-#endif
-
-static std::string getMediaCacheDir()
-{
- return porting::path_user + DIR_DELIM + "cache" + DIR_DELIM + "media";
-}
-
/*
QueuedMeshUpdate
*/