From f89705954dd9d39fc5653f07ceea351298273324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 22 Apr 2003 13:58:09 +0000 Subject: [PATCH] No longer needed. svn path=/trunk/kdebase/kwin/; revision=221463 --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 183fc905ff..e24535e102 100644 --- a/main.cpp +++ b/main.cpp @@ -165,7 +165,6 @@ bool Application::x11EventFilter( XEvent *e ) { if ( Workspace::self()->workspaceEvent( e ) ) return TRUE; - owner.filterEvent( e ); return KApplication::x11EventFilter( e ); }