Remove dummy for gdk_event_get_graphics_expose()

This was a deprecated function that has been removed.
This commit is contained in:
Kristian Rietveld 2010-06-30 21:42:32 +02:00
parent 43f4398dbd
commit be27fba3f3

View File

@ -69,13 +69,6 @@ gdk_events_pending (void)
(_gdk_quartz_event_loop_check_pending ()));
}
GdkEvent*
gdk_event_get_graphics_expose (GdkWindow *window)
{
/* FIXME: Implement */
return NULL;
}
void
gdk_device_ungrab (GdkDevice *device,
guint32 time_)