From c468cdf8b652ba4218f6e452c10cf3f04725c1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 15 Aug 2017 15:00:49 +0200 Subject: [PATCH] gdk: Remove another gdk_window_new_input reference The most obvious one. --- gdk/gdkwindow.h | 5 ----- 1 file changed, 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);