summaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2014-06-19 20:58:22 +0200
committersapier <Sapier at GMX dot net>2014-06-19 21:24:53 +0200
commit8af44f81637938db7e4651d2ef8a294cf43b1072 (patch)
tree85a1f6cf48525b08d8570db036977ed04698060f /src/mods.h
parent9a39848ba93eaa56f7f62921f8de7a19e3ed0713 (diff)
downloadminetest-8af44f81637938db7e4651d2ef8a294cf43b1072.tar.gz
minetest-8af44f81637938db7e4651d2ef8a294cf43b1072.tar.bz2
minetest-8af44f81637938db7e4651d2ef8a294cf43b1072.zip
Remove ugly curl struct pointer from jsonFetchValue signature
Diffstat (limited to 'src/mods.h')
-rw-r--r--src/mods.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mods.h b/src/mods.h
index f11401a15..f35bd18db 100644
--- a/src/mods.h
+++ b/src/mods.h
@@ -30,10 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "json/json.h"
#include "config.h"
-#if USE_CURL
-#include <curl/curl.h>
-#endif
-
#define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_"
class ModError : public std::exception
@@ -104,7 +100,7 @@ public:
m_name_conflicts()
{}
-
+
ModConfiguration(std::string worldpath);
// checks if all dependencies are fullfilled.