diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index d1dbacaa5b..2c064747ae 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -282,19 +282,6 @@ gdk_events_pending (void) return FALSE; } -static Bool -graphics_expose_predicate (Display *display, - XEvent *xevent, - XPointer arg) -{ - if (xevent->xany.window == GDK_DRAWABLE_XID ((GdkDrawable *)arg) && - (xevent->xany.type == GraphicsExpose || - xevent->xany.type == NoExpose)) - return True; - else - return False; -} - static gint gdk_event_apply_filters (XEvent *xevent, GdkEvent *event,