[vlc-commits] Qt: remove unused variable

Jean-Baptiste Kempf git at videolan.org
Sat May 21 17:42:05 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 21 17:41:44 2011 +0200| [30cc259e59d5727f1a217b27ad14f4cf79f2a9bd] | committer: Jean-Baptiste Kempf

Qt: remove unused variable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30cc259e59d5727f1a217b27ad14f4cf79f2a9bd
---

 modules/gui/qt4/input_manager.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 5a2b8d0..e575af6 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -1000,7 +1000,6 @@ void MainInputManager::customEvent( QEvent *event )
     int type = event->type();
 
     PLEvent *plEv;
-    IMEvent *imEv;
 
     // msg_Dbg( p_intf, "New MainIM Event of type: %i", type );
     switch( type )



More information about the vlc-commits mailing list