]> git.sesse.net Git - vlc/commitdiff
Remove extra ItemStateChanged_Type handling
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 23 Nov 2008 20:49:52 +0000 (22:49 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 23 Nov 2008 20:49:52 +0000 (22:49 +0200)
modules/gui/qt4/input_manager.cpp

index 7047d8139d5fd34368d48ba5881dd337eca87521..b1c6f4bc02f6273a5f7cfe76e17fcda91c65e00f 100644 (file)
@@ -152,14 +152,6 @@ void InputManager::customEvent( QEvent *event )
          i_type != MetaChanged_Type )
         return;
 
-    /* TODO ItemStateChanged_Type: should probably be reviewed */
-
-    if( i_type == ItemStateChanged_Type )
-    {
-        UpdateNavigation();
-        UpdateTeletext();
-    }
-
     if( !hasInput() ) return;
 
     if( ( i_type != PositionUpdate_Type  &&