gdk: Remove another gdk_window_new_input reference

The most obvious one.
This commit is contained in:
Timm Bäder 2017-08-15 15:00:49 +02:00
parent 7685d157bc
commit c468cdf8b6

View File

@ -413,11 +413,6 @@ GDK_AVAILABLE_IN_3_90
GdkWindow * gdk_window_new_child (GdkWindow *parent,
gint event_mask,
const GdkRectangle *position);
GDK_AVAILABLE_IN_3_90
GdkWindow * gdk_window_new_input (GdkWindow *parent,
gint event_mask,
const GdkRectangle *position);
GDK_AVAILABLE_IN_ALL
void gdk_window_destroy (GdkWindow *window);