Skip to content

Commit

Permalink
Remove an unused function and include from client.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Dec 15, 2013
1 parent c120ea5 commit 5fd92d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/client.cpp
Expand Up @@ -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
*/
Expand Down

0 comments on commit 5fd92d6

Please sign in to comment.