Remove dummy for gdk_event_get_graphics_expose()
This was a deprecated function that has been removed.
This commit is contained in:
@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user