diff ui/sslconnection_curl.cpp @ 912:a55c6cf54365

Remove unused macro
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 18 Aug 2014 18:52:39 +0200
parents eaed02defe6a
children c8be25c83ff6
line wrap: on
line diff
--- a/ui/sslconnection_curl.cpp	Mon Aug 18 18:52:31 2014 +0200
+++ b/ui/sslconnection_curl.cpp	Mon Aug 18 18:52:39 2014 +0200
@@ -11,13 +11,6 @@
 
 #define CONNECTION_DEBUG
 
-/**@def Wrapper macro around curl_easy_setopt invocation */
-#define CURL_SETOPT(x, y, z) \
-    if (curl_easy_setopt(mCurl, x, y) != CURLE_OK) { \
-        qDebug() << "Setopt failed"; \
-        z; \
-    }
-
 SSLConnectionCurl::SSLConnectionCurl(const QString& url,
                              const QByteArray& certificate):
     SSLConnection (url, certificate),

http://wald.intevation.org/projects/trustbridge/