From: Antoine Cellerier Date: Sat, 31 Mar 2007 21:16:49 +0000 (+0000) Subject: Compile "fix". X-Git-Tag: 0.9.0-test0~7910 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0f9d1f9e98f6b63a28e36a35f9a37cec722cc295;p=vlc Compile "fix". --- diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp index 2476dd9046..d499c0505a 100644 --- a/modules/gui/qt4/components/extended_panels.cpp +++ b/modules/gui/qt4/components/extended_panels.cpp @@ -75,6 +75,8 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : ui.setupUi( this ); +#if 0 + SETUP_VFILTER( clone, true, qtr(I_CLONE_TIP), qtr("Configure the clone filter") ); SETUP_VFILTER( magnify, false, qtr(I_MAGNIFY_TIP), @@ -93,6 +95,7 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QWidget *_parent ) : qtr("Configure the \"gradient\" effect")); SETUP_VFILTER( colorthres, true, qtr(I_COLORTHRES_TIP), qtr("Configure the color detection effect")); +#endif } ExtVideo::~ExtVideo()