From ca1d58c254a217285522daa1d12bc047e0089d3f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Apr 2013 23:40:23 +0200 Subject: [PATCH] vtl: remove inadvertently committed CURLERRORDEBUG --- gtk2_ardour/video_image_frame.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index cc964c7e43..4c8203f5a2 100644 --- a/gtk2_ardour/video_image_frame.cc +++ b/gtk2_ardour/video_image_frame.cc @@ -347,7 +347,6 @@ extern "C" { curl_easy_setopt(curl, CURLOPT_USERAGENT, ARDOUR_USER_AGENT); curl_easy_setopt(curl, CURLOPT_TIMEOUT, ARDOUR_CURL_TIMEOUT); curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); -#define CURLERRORDEBUG /* XXX */ #ifdef CURLERRORDEBUG char curlerror[CURL_ERROR_SIZE] = ""; curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, curlerror);