diff options
author | Timm Bäder <mail@baedert.org> | 2017-08-15 15:00:49 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-08-15 15:00:49 +0200 |
commit | c468cdf8b652ba4218f6e452c10cf3f04725c1ad (patch) | |
tree | 762eb1d1790a1855b406c465c193b657cce0032d /gdk/gdkwindow.h | |
parent | 7685d157bc25d5f4a68b84a2b81ca5aa8cd1e461 (diff) | |
download | gtk+-c468cdf8b652ba4218f6e452c10cf3f04725c1ad.tar.gz |
gdk: Remove another gdk_window_new_input reference
The most obvious one.
Diffstat (limited to 'gdk/gdkwindow.h')
-rw-r--r-- | gdk/gdkwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h index c16a731f06..261762f0fa 100644 --- a/gdk/gdkwindow.h +++ b/gdk/gdkwindow.h @@ -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); |