forked from Mirrorlandia_minetest/minetest
Remove an unused function and include from client.cpp
This commit is contained in:
parent
c120ea57c9
commit
5fd92d67d5
@ -51,15 +51,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "util/pointedthing.h"
|
#include "util/pointedthing.h"
|
||||||
#include "version.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
|
QueuedMeshUpdate
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user