]> git.sesse.net Git - vlc/commitdiff
Qt4 - remove some unused code.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Feb 2008 09:35:40 +0000 (09:35 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 25 Feb 2008 09:35:40 +0000 (09:35 +0000)
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.hpp

index dafdf8b21ba39e4a1eabbb9ee686186b9f11056a..ed4f42fbaac4c1552fd09ca810b34d743aec822c 100644 (file)
@@ -51,7 +51,9 @@
 #include <QLabel>
 #include <QSlider>
 #include <QWidgetAction>
+#if 0
 #include <QDockWidget>
+#endif
 #include <QToolBar>
 #include <QGroupBox>
 #include <QDate>
@@ -902,6 +904,7 @@ void MainInterface::setName( QString name )
 
 void MainInterface::setStatus( int status )
 {
+    msg_Dbg( p_intf, "I was here, updating your status" );
     /* Forward the status to the controls to toggle Play/Pause */
     controls->setStatus( status );
 
index a04666816010c985c4f2474f8d701a0646b28115..1320c1958ab8e43edd4969324654f30c199776b9 100644 (file)
@@ -48,7 +48,7 @@ class ControlsWidget;
 class SpeedControlWidget;
 class QMenu;
 class QSize;
-class QDockWidet;
+//class QDockWidet;
 class QProgressBar;
 
 enum{
@@ -121,7 +121,7 @@ private:
     BackgroundWidget    *bgWidget;
     VisualSelector      *visualSelector;
     PlaylistWidget      *playlistWidget;
-    QDockWidget         *dockPL;
+//    QDockWidget         *dockPL;
 
     bool                 videoIsActive; ///< Having a video now / THEMIM->hasV
     bool                 videoEmbeddedFlag; ///< Want an external Video Window