[broadway] Remove unused hashtables

This commit is contained in:
Alexander Larsson 2011-04-07 20:20:51 +02:00
parent 9db4accf9c
commit cad40b24e2
2 changed files with 0 additions and 9 deletions

View File

@ -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);

View File

@ -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;