1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-13 02:40:52 +02:00

Qt4 - Clean a bit the debug.

This commit is contained in:
Jean-Baptiste Kempf 2008-02-12 08:42:01 +00:00
parent 19a891e281
commit 5609e081d7

View File

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