Skip to content

Commit 5fd92d6

Browse files
committedDec 15, 2013
Remove an unused function and include from client.cpp
1 parent c120ea5 commit 5fd92d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

Diff for: ‎src/client.cpp

-9
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
5151
#include "util/pointedthing.h"
5252
#include "version.h"
5353

54-
#if USE_CURL
55-
#include <curl/curl.h>
56-
#endif
57-
58-
static std::string getMediaCacheDir()
59-
{
60-
return porting::path_user + DIR_DELIM + "cache" + DIR_DELIM + "media";
61-
}
62-
6354
/*
6455
QueuedMeshUpdate
6556
*/

0 commit comments

Comments
 (0)
Please sign in to comment.