summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_image_frame.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-10 23:40:23 +0200
committerRobin Gareus <robin@gareus.org>2013-04-10 23:40:23 +0200
commitca1d58c254a217285522daa1d12bc047e0089d3f (patch)
tree1e8bf1eb9318686c407bc9e7d5ae41f7759392d1 /gtk2_ardour/video_image_frame.cc
parent56bc98f78bd3b1e5ba5c6ce902b2805d40a6cc53 (diff)
vtl: remove inadvertently committed CURLERRORDEBUG
Diffstat (limited to 'gtk2_ardour/video_image_frame.cc')
-rw-r--r--gtk2_ardour/video_image_frame.cc1
1 files changed, 0 insertions, 1 deletions
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);