No longer needed.

svn path=/trunk/kdebase/kwin/; revision=221463
This commit is contained in:
Luboš Luňák 2003-04-22 13:58:09 +00:00
parent f7eaa4af77
commit f89705954d

View file

@ -165,7 +165,6 @@ bool Application::x11EventFilter( XEvent *e )
{ {
if ( Workspace::self()->workspaceEvent( e ) ) if ( Workspace::self()->workspaceEvent( e ) )
return TRUE; return TRUE;
owner.filterEvent( e );
return KApplication::x11EventFilter( e ); return KApplication::x11EventFilter( e );
} }