]> git.sesse.net Git - vlc/commitdiff
Compile "fix".
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 31 Mar 2007 21:16:49 +0000 (21:16 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 31 Mar 2007 21:16:49 +0000 (21:16 +0000)
modules/gui/qt4/components/extended_panels.cpp

index 2476dd9046985fb5f1b0c6cb2a1834d8ff9d78ac..d499c0505a873a6037e861fd6f652a26f696eee2 100644 (file)
@@ -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()