projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c120ea5
)
Remove an unused function and include from client.cpp
author
PilzAdam
<pilzadam@minetest.net>
Sun, 15 Dec 2013 18:15:25 +0000
(19:15 +0100)
committer
PilzAdam
<pilzadam@minetest.net>
Sun, 15 Dec 2013 18:57:08 +0000
(19:57 +0100)
src/client.cpp
patch
|
blob
|
history
diff --git
a/src/client.cpp
b/src/client.cpp
index b3030991b826f0f3a15053a1c43e6c0047697b36..09c940a7a1bf1fd0ae27228dc0788a5de0b7a43f 100644
(file)
--- 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
*/