Remove an unused function and include from client.cpp

This commit is contained in:
PilzAdam 2013-12-15 19:15:25 +01:00
parent c120ea57c9
commit 5fd92d67d5
1 changed files with 0 additions and 9 deletions

View File

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