summaryrefslogtreecommitdiff
path: root/src/guiEngine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiEngine.cpp')
-rw-r--r--src/guiEngine.cpp6
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();
}