forked from AuroraMiddleware/gtk
Drop unused variables
Keeps the compiler happy.
This commit is contained in:
parent
a30a54a521
commit
95b075b8eb
@ -586,8 +586,6 @@ gtk_stack_get_child_property (GtkContainer *container,
|
|||||||
GtkStack *stack = GTK_STACK (container);
|
GtkStack *stack = GTK_STACK (container);
|
||||||
GtkStackPrivate *priv = gtk_stack_get_instance_private (stack);
|
GtkStackPrivate *priv = gtk_stack_get_instance_private (stack);
|
||||||
GtkStackChildInfo *info;
|
GtkStackChildInfo *info;
|
||||||
GList *list;
|
|
||||||
guint i;
|
|
||||||
|
|
||||||
info = find_child_info_for_widget (stack, child);
|
info = find_child_info_for_widget (stack, child);
|
||||||
if (info == NULL)
|
if (info == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user