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 */