Commit 5609e081 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Clean a bit the debug.

parent 19a891e2
...@@ -159,9 +159,8 @@ void InputManager::delCallbacks() ...@@ -159,9 +159,8 @@ void InputManager::delCallbacks()
void InputManager::customEvent( QEvent *event ) void InputManager::customEvent( QEvent *event )
{ {
int type = event->type(); int type = event->type();
msg_Dbg( p_intf, "New Event: type %i", type );
IMEvent *ple = static_cast<IMEvent *>(event); IMEvent *ple = static_cast<IMEvent *>(event);
//msg_Dbg( p_intf, "New IM Event of type: %i", type );
if ( type != PositionUpdate_Type && if ( type != PositionUpdate_Type &&
type != ItemChanged_Type && type != ItemChanged_Type &&
type != ItemRateChanged_Type && type != ItemRateChanged_Type &&
...@@ -177,7 +176,6 @@ void InputManager::customEvent( QEvent *event ) ...@@ -177,7 +176,6 @@ void InputManager::customEvent( QEvent *event )
if( type != PositionUpdate_Type ) if( type != PositionUpdate_Type )
msg_Dbg( p_intf, "New Event: type %i", type ); msg_Dbg( p_intf, "New Event: type %i", type );
/* Actions */ /* Actions */
switch( type ) switch( 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