forked from AuroraMiddleware/gtk
wayland: Drop an unused variable
The keymap member in GdkWaylandDisplay is not used at all, so drop it.
This commit is contained in:
parent
6c191b939d
commit
9846a37ee3
@ -206,10 +206,6 @@ gdk_wayland_display_finalize (GObject *object)
|
|||||||
|
|
||||||
_gdk_wayland_display_finalize_cursors (display_wayland);
|
_gdk_wayland_display_finalize_cursors (display_wayland);
|
||||||
|
|
||||||
/* Keymap */
|
|
||||||
if (display_wayland->keymap)
|
|
||||||
g_object_unref (display_wayland->keymap);
|
|
||||||
|
|
||||||
/* input GdkDevice list */
|
/* input GdkDevice list */
|
||||||
g_list_free_full (display_wayland->input_devices, g_object_unref);
|
g_list_free_full (display_wayland->input_devices, g_object_unref);
|
||||||
|
|
||||||
|
@ -42,9 +42,6 @@ struct _GdkWaylandDisplay
|
|||||||
GdkDisplay parent_instance;
|
GdkDisplay parent_instance;
|
||||||
GdkScreen *screen;
|
GdkScreen *screen;
|
||||||
|
|
||||||
/* Keyboard related information */
|
|
||||||
GdkKeymap *keymap;
|
|
||||||
|
|
||||||
/* input GdkDevice list */
|
/* input GdkDevice list */
|
||||||
GList *input_devices;
|
GList *input_devices;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user