diff options
author | sapier <Sapier at GMX dot net> | 2014-06-19 20:58:22 +0200 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-06-19 21:24:53 +0200 |
commit | 8af44f81637938db7e4651d2ef8a294cf43b1072 (patch) | |
tree | 85a1f6cf48525b08d8570db036977ed04698060f /src/guiEngine.cpp | |
parent | 9a39848ba93eaa56f7f62921f8de7a19e3ed0713 (diff) | |
download | minetest-8af44f81637938db7e4651d2ef8a294cf43b1072.tar.gz minetest-8af44f81637938db7e4651d2ef8a294cf43b1072.tar.bz2 minetest-8af44f81637938db7e4651d2ef8a294cf43b1072.zip |
Remove ugly curl struct pointer from jsonFetchValue signature
Diffstat (limited to 'src/guiEngine.cpp')
-rw-r--r-- | src/guiEngine.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/guiEngine.cpp b/src/guiEngine.cpp index f71c6a515..671f0c574 100644 --- a/src/guiEngine.cpp +++ b/src/guiEngine.cpp @@ -36,10 +36,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <IGUIStaticText.h> #include <ICameraSceneNode.h> -#if USE_CURL -#include <curl/curl.h> -#endif - /******************************************************************************/ /** TextDestGuiEngine */ /******************************************************************************/ @@ -297,7 +293,7 @@ GUIEngine::~GUIEngine() } delete m_texture_source; - + if (m_cloud.clouds) m_cloud.clouds->drop(); } |