[gtk+] gdk: Remove another gdk_window_new_input reference



commit c468cdf8b652ba4218f6e452c10cf3f04725c1ad
Author: Timm Bäder <mail baedert org>
Date:   Tue Aug 15 15:00:49 2017 +0200

    gdk: Remove another gdk_window_new_input reference
    
    The most obvious one.

 gdk/gdkwindow.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index c16a731..261762f 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]