]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.cpp
Qt4 - remove unusefull debug.
[vlc] / modules / gui / qt4 / components / interface_widgets.cpp
index c29d5a77442e55e328b870cd2421c8ca9ae7839a..06194ac2ac84c989d3346a7434ef1ef26bdfa864 100644 (file)
@@ -621,21 +621,12 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
                               VOLUME_MAX / (AOUT_VOLUME_MAX/2) );
 
     /* Volume control connection */
-    //resize( QSize( 300, 60 ) );
     CONNECT( volumeSlider, valueChanged( int ), this, updateVolume( int ) );
-    msg_Dbg( p_intf, "controls size: %i - %i", size().width(), size().height() );
 }
 
 ControlsWidget::~ControlsWidget()
 {}
 
-/*
-QSize ControlsWidget::sizeHint() const
-{
-    return QSize( 300, 50 );
-}
-*/
-
 void ControlsWidget::stop()
 {
     THEMIM->stop();