[vlc-devel] commit: Disable unused code. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Jul 29 20:30:44 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 29 11:33:11 2008 -0700| [098dab901c1a17c869a52d0d4042d03f00a83d67]
Disable unused code.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=098dab901c1a17c869a52d0d4042d03f00a83d67
---
modules/gui/qt4/components/interface_widgets.cpp | 2 ++
modules/gui/qt4/components/interface_widgets.hpp | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 8f9596e..26d2bfb 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -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
diff --git a/modules/gui/qt4/components/interface_widgets.hpp b/modules/gui/qt4/components/interface_widgets.hpp
index 911eb89..3c0a880 100644
--- a/modules/gui/qt4/components/interface_widgets.hpp
+++ b/modules/gui/qt4/components/interface_widgets.hpp
@@ -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;
More information about the vlc-devel
mailing list