Remove the long deprecated GDK_WINDOW_DIALOG type.

This has been deprecated forever, and was just left in for
compatibility reasons.
This commit is contained in:
Matthias Clasen
2010-08-28 20:10:02 -04:00
parent 00438fea3d
commit eb10e6b128
6 changed files with 5 additions and 36 deletions

View File

@ -1445,7 +1445,6 @@ gdk_synthesize_window_state (GdkWindow *window,
switch (((GdkWindowObject*) window)->window_type)
{
case GDK_WINDOW_TOPLEVEL:
case GDK_WINDOW_DIALOG:
case GDK_WINDOW_TEMP: /* ? */
gdk_display_put_event (gdk_drawable_get_display (window), &temp_event);
break;