diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-22 17:53:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-03-22 17:53:28 -0400 |
commit | 9846a37ee3a4e41b986b3334963dcd7f08b89049 (patch) | |
tree | 3bee1be95b51cce47ac72141706d9ad74c7a2ed7 /gdk/wayland/gdkdisplay-wayland.h | |
parent | 6c191b939dca9aa9e3bdb4729ceafa1781cf55b0 (diff) | |
download | gtk+-9846a37ee3a4e41b986b3334963dcd7f08b89049.tar.gz |
wayland: Drop an unused variable
The keymap member in GdkWaylandDisplay is not used at all,
so drop it.
Diffstat (limited to 'gdk/wayland/gdkdisplay-wayland.h')
-rw-r--r-- | gdk/wayland/gdkdisplay-wayland.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h index ce2082de06..269d447bbf 100644 --- a/gdk/wayland/gdkdisplay-wayland.h +++ b/gdk/wayland/gdkdisplay-wayland.h @@ -42,9 +42,6 @@ struct _GdkWaylandDisplay GdkDisplay parent_instance; GdkScreen *screen; - /* Keyboard related information */ - GdkKeymap *keymap; - /* input GdkDevice list */ GList *input_devices; |