update plugin UIs at reasonable rate (25Hz)
[ardour.git] / gtk2_ardour / video_image_frame.h
index 2f384c3d8e9d8fbe24bbd1caefa3daa4ada6014e..b6d45dbe6d91c2c603f067c9a11d3b3559e22e09 100644 (file)
@@ -17,8 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
-
 #ifndef __ardour_video_image_frame_h__
 #define __ardour_video_image_frame_h__
 
@@ -107,10 +105,4 @@ class VideoImageFrame : public sigc::trackable
 
 };
 
-extern "C" {
-       char *curl_http_get (const char *u, int *status);
-}
-
 #endif /* __ardour_video_image_frame_h__ */
-
-#endif /* WITH_VIDEOTIMELINE */