Remove deprecated code from GdkEvent

This commit is contained in:
Javier Jardón
2009-10-08 22:47:52 +02:00
committed by Javier Jardón
parent 8c46ef830b
commit 7894951cee
9 changed files with 1 additions and 115 deletions

View File

@ -68,13 +68,6 @@ gdk_events_pending (void)
(_gdk_quartz_event_loop_check_pending ()));
}
GdkEvent*
gdk_event_get_graphics_expose (GdkWindow *window)
{
/* FIXME: Implement */
return NULL;
}
GdkGrabStatus
gdk_keyboard_grab (GdkWindow *window,
gint owner_events,