Commit 4507b146 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Remove extra ItemStateChanged_Type handling

parent dce56971
...@@ -152,14 +152,6 @@ void InputManager::customEvent( QEvent *event ) ...@@ -152,14 +152,6 @@ void InputManager::customEvent( QEvent *event )
i_type != MetaChanged_Type ) i_type != MetaChanged_Type )
return; return;
/* TODO ItemStateChanged_Type: should probably be reviewed */
if( i_type == ItemStateChanged_Type )
{
UpdateNavigation();
UpdateTeletext();
}
if( !hasInput() ) return; if( !hasInput() ) return;
if( ( i_type != PositionUpdate_Type && if( ( i_type != PositionUpdate_Type &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment