inspector: Remove unused variable

This commit is contained in:
Jasper St. Pierre
2014-11-07 16:33:43 -08:00
committed by Matthias Clasen
parent 63d0cf2a83
commit bd893461b0

View File

@@ -206,7 +206,6 @@ init_theme (GtkInspectorVisual *vis)
gchar *theme, *current_theme, *path;
gint i, pos;
GSettings *settings;
gchar *themedir;
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
g_hash_table_add (t, g_strdup ("Adwaita"));