gdkevents-x11.c: Remove unused function: graphics_expose_predicate()

This commit is contained in:
Javier Jardón 2010-05-22 22:49:58 +02:00
parent 8e315466b9
commit 7f89bf262b

View File

@ -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,