[gtk+] Drop unused variables
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Drop unused variables
- Date: Fri, 14 Nov 2014 16:50:48 +0000 (UTC)
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]