API: Remove GdkNoExposeEvent

It's not used by anyone and not supported by any backend but X11.
This commit is contained in:
Benjamin Otte
2010-11-24 14:46:49 +01:00
parent 98838df2db
commit 3494f87a10
9 changed files with 0 additions and 70 deletions

View File

@ -636,7 +636,6 @@ gdk_event_get_time (const GdkEvent *event)
return event->dnd.time;
case GDK_CLIENT_EVENT:
case GDK_VISIBILITY_NOTIFY:
case GDK_NO_EXPOSE:
case GDK_CONFIGURE:
case GDK_FOCUS_CHANGE:
case GDK_NOTHING:
@ -704,7 +703,6 @@ gdk_event_get_state (const GdkEvent *event,
return TRUE;
case GDK_VISIBILITY_NOTIFY:
case GDK_CLIENT_EVENT:
case GDK_NO_EXPOSE:
case GDK_CONFIGURE:
case GDK_FOCUS_CHANGE:
case GDK_SELECTION_CLEAR: