]> git.sesse.net Git - vlc/commitdiff
Disable unused code.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Jul 2008 18:33:11 +0000 (11:33 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Jul 2008 18:33:11 +0000 (11:33 -0700)
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.hpp

index 8f9596e159adcf5a881a8f4794d1d1084c5b1a42..26d2bfb015cbbbfb693b1fce73c0a0579ea53be3 100644 (file)
@@ -238,6 +238,7 @@ void BackgroundWidget::contextMenuEvent( QContextMenuEvent *event )
     QVLCMenu::PopupMenu( p_intf, true );
 }
 
+#if 0
 /**********************************************************************
  * Visualization selector panel
  **********************************************************************/
@@ -286,6 +287,7 @@ void VisualSelector::next()
         free( psz_new );
     }
 }
+#endif
 
 /**********************************************************************
  * TEH controls
index 911eb89bac5e70d016315b43bfc8565b1655a46c..3c0a880d7818a3e2a185af8dcb83af19f30bf83e 100644 (file)
@@ -123,6 +123,7 @@ public slots:
     void updateArt( QString );
 };
 
+#if 0
 class VisualSelector : public QFrame
 {
     Q_OBJECT
@@ -136,6 +137,7 @@ private slots:
     void prev();
     void next();
 };
+#endif
 
 /* Advanced Button Bar */
 class QPushButton;