From 25446f7408dcba8607c3f1370cc6c5d31dbe364f Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 6 Oct 2012 17:29:09 +0200 Subject: [PATCH] get rid of NEW_CURL hack, this API is long obsolete --- src/gui/audioplayer.cpp | 4 ---- src/gui/filebrowser.cpp | 4 ---- src/gui/update.cpp | 4 ---- src/system/httptool.cpp | 4 ---- 4 files changed, 16 deletions(-) diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index 3fc011e87..330e4ce62 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -146,10 +146,6 @@ void CAudiofileExt::operator=(const CAudiofileExt& src) #include #include -#ifndef NEW_LIBCURL -#include -#endif - struct MemoryStruct { char *memory; size_t size; diff --git a/src/gui/filebrowser.cpp b/src/gui/filebrowser.cpp index 577df2fdd..50bf4775c 100644 --- a/src/gui/filebrowser.cpp +++ b/src/gui/filebrowser.cpp @@ -58,10 +58,6 @@ #include #include -#ifndef NEW_LIBCURL -#include -#endif - #include #ifdef __USE_FILE_OFFSET64 diff --git a/src/gui/update.cpp b/src/gui/update.cpp index 1addca84d..830d0728a 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -58,10 +58,6 @@ #include #include -#ifndef NEW_LIBCURL -#include -#endif - #include #include #include diff --git a/src/system/httptool.cpp b/src/system/httptool.cpp index de17a1c0c..99eb91f98 100644 --- a/src/system/httptool.cpp +++ b/src/system/httptool.cpp @@ -24,10 +24,6 @@ #include #include -#ifndef NEW_LIBCURL -#include -#endif - #include