]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/input_manager.cpp
Qt: do not emit signals from the MIM constructor
[vlc] / modules / gui / qt4 / input_manager.cpp
index 0976e937b3c5da5e23eff277b8984ae2ce067236..749be0fab4a6eaf548a6b458659834b9ffd9c21a 100644 (file)
@@ -1035,11 +1035,6 @@ MainInputManager::MainInputManager( intf_thread_t *_p_intf )
     /* Warn our embedded IM about input changes */
     DCONNECT( this, inputChanged( input_thread_t * ),
               im, inputChangedHandler() );
-
-    /* initialize p_input (an input can already be running) */
-    p_input = playlist_CurrentInput( THEPL );
-    if( p_input )
-        emit inputChanged( p_input );
 }
 
 MainInputManager::~MainInputManager()