mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
[broadway] Remove unused hashtables
This commit is contained in:
parent
9db4accf9c
commit
cad40b24e2
@ -1022,10 +1022,6 @@ gdk_broadway_display_finalize (GObject *object)
|
||||
|
||||
_gdk_broadway_cursor_display_finalize (GDK_DISPLAY_OBJECT(broadway_display));
|
||||
|
||||
/* Atom Hashtable */
|
||||
g_hash_table_destroy (broadway_display->atom_from_virtual);
|
||||
g_hash_table_destroy (broadway_display->atom_to_virtual);
|
||||
|
||||
/* input GdkDevice list */
|
||||
g_list_foreach (broadway_display->input_devices, (GFunc) g_object_unref, NULL);
|
||||
g_list_free (broadway_display->input_devices);
|
||||
|
@ -141,11 +141,6 @@ struct _GdkBroadwayDisplay
|
||||
/* drag and drop information */
|
||||
GdkDragContext *current_dest_drag;
|
||||
|
||||
/* Mapping to/from virtual atoms */
|
||||
|
||||
GHashTable *atom_from_virtual;
|
||||
GHashTable *atom_to_virtual;
|
||||
|
||||
/* Input device */
|
||||
/* input GdkDevice list */
|
||||
GList *input_devices;
|
||||
|
Loading…
Reference in New Issue
Block a user