summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-01-17 02:37:36 +0100
committerBenjamin Otte <otte@redhat.com>2015-01-17 02:37:36 +0100
commitad8d30ad8648de8532ed0f347fe74185817cd895 (patch)
tree19a74ff374a1998bc52794d096a61f000d8e63c6
parentd0ed29d58d53fb0ad18c688f6a8df5664513729e (diff)
downloadgtk+-ad8d30ad8648de8532ed0f347fe74185817cd895.tar.gz
inspector: Remove a bunch of unused variables
-rw-r--r--gtk/inspector/visual.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c
index 3bde0aacb0..d7c0037881 100644
--- a/gtk/inspector/visual.c
+++ b/gtk/inspector/visual.c
@@ -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);