Mercurial > trustbridge
changeset 912:a55c6cf54365
Remove unused macro
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 18 Aug 2014 18:52:39 +0200 |
parents | bf4c8737b52c |
children | 9bcd8ed36f4b e15637472a99 |
files | ui/sslconnection_curl.cpp |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
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),