summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-14 11:47:24 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-11-14 11:48:50 -0500
commit95b075b8ebd7c7854b92e23fc16cad369bff2ecb (patch)
tree9d880994ff8db9cb6c6cadb0ef32b4e0461ecb68
parenta30a54a52185977d948707329126264ccfd9575f (diff)
downloadgtk+-95b075b8ebd7c7854b92e23fc16cad369bff2ecb.tar.gz
Drop unused variables
Keeps the compiler happy.
-rw-r--r--gtk/gtkstack.c2
1 files changed, 0 insertions, 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)