[gtk+] inspector: Remove a bunch of unused variables



commit ad8d30ad8648de8532ed0f347fe74185817cd895
Author: Benjamin Otte <otte redhat com>
Date:   Sat Jan 17 02:37:36 2015 +0100

    inspector: Remove a bunch of unused variables

 gtk/inspector/visual.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c
index 3bde0aa..d7c0037 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]