[vlc-devel] commit: Remove extra ItemStateChanged_Type handling (Ilkka Ollakka )
git version control
git at videolan.org
Sun Nov 23 21:50:52 CET 2008
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Nov 23 22:49:52 2008 +0200| [4507b1469cdaad46b486127985584bb23c675e66] | committer: Ilkka Ollakka
Remove extra ItemStateChanged_Type handling
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4507b1469cdaad46b486127985584bb23c675e66
---
modules/gui/qt4/input_manager.cpp | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 7047d81..b1c6f4b 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -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 &&
More information about the vlc-devel
mailing list