diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-01 18:26:34 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-01 18:26:34 +0100 |
commit | 2d31a5499a5484e72dc30fe573d5934d8560361f (patch) | |
tree | 5bd5125efaea41f944f056799ccee4589300fe87 /gdk/gdkinternals.h | |
parent | b4ad1a56181fcc8ecf75191a251745372936dbec (diff) | |
download | gtk+-2d31a5499a5484e72dc30fe573d5934d8560361f.tar.gz |
gdk: Remove gdk_get_display_arg_name()
Since we're no longer allowing arguments, this is always NULL now.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 06d1fa725e..f8393ee4b6 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -293,9 +293,7 @@ struct _GdkWindow #define GDK_WINDOW_TYPE(d) ((((GdkWindow *)(d)))->window_type) #define GDK_WINDOW_DESTROYED(d) (((GdkWindow *)(d))->destroyed) -extern gchar *_gdk_display_name; extern gint _gdk_screen_number; -extern gchar *_gdk_display_arg_name; extern gboolean _gdk_disable_multidevice; GdkEvent* _gdk_event_unqueue (GdkDisplay *display); |