get rid of NEW_CURL hack, this API is long obsolete

This commit is contained in:
Stefan Seyfried
2012-10-06 17:29:09 +02:00
parent f9e28c8594
commit 25446f7408
4 changed files with 0 additions and 16 deletions

View File

@@ -146,10 +146,6 @@ void CAudiofileExt::operator=(const CAudiofileExt& src)
#include <curl/curl.h>
#include <curl/easy.h>
#ifndef NEW_LIBCURL
#include <curl/types.h>
#endif
struct MemoryStruct {
char *memory;
size_t size;