From 95b075b8ebd7c7854b92e23fc16cad369bff2ecb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 14 Nov 2014 11:47:24 -0500 Subject: [PATCH] Drop unused variables Keeps the compiler happy. --- gtk/gtkstack.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index 514e989e16..485d8a9cae 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)