[gtk+] Drop unused variables



commit 95b075b8ebd7c7854b92e23fc16cad369bff2ecb
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 14 11:47:24 2014 -0500

    Drop unused variables
    
    Keeps the compiler happy.

 gtk/gtkstack.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c
index 514e989..485d8a9 100644
--- a/gtk/gtkstack.c
+++ b/gtk/gtkstack.c
@@ -586,8 +586,6 @@ gtk_stack_get_child_property (GtkContainer *container,
   GtkStack *stack = GTK_STACK (container);
   GtkStackPrivate *priv = gtk_stack_get_instance_private (stack);
   GtkStackChildInfo *info;
-  GList *list;
-  guint i;
 
   info = find_child_info_for_widget (stack, child);
   if (info == NULL)


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