inspector: Remove a bunch of unused variables

This commit is contained in:
Benjamin Otte 2015-01-17 02:37:36 +01:00
parent d0ed29d58d
commit ad8d30ad86

View File

@ -360,8 +360,7 @@ init_cursors (GtkInspectorVisual *vis)
{
GHashTable *t;
GHashTableIter iter;
gchar *theme, *current_theme, *path;
gint i, pos;
gchar *theme, *path;
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);