From fc9a637006bab37dbb73c678983032111831a623 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 5 Mar 2019 02:14:49 +0100 Subject: avoid variables set but not used --- libcaja-private/caja-keep-last-vertical-box.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcaja-private/caja-keep-last-vertical-box.c') diff --git a/libcaja-private/caja-keep-last-vertical-box.c b/libcaja-private/caja-keep-last-vertical-box.c index 2304acb4..b158c81a 100644 --- a/libcaja-private/caja-keep-last-vertical-box.c +++ b/libcaja-private/caja-keep-last-vertical-box.c @@ -89,7 +89,6 @@ static void caja_keep_last_vertical_box_size_allocate (GtkWidget *widget, GtkAllocation *allocation) { - GtkBox *box; GtkWidget *last_child, *child; GList *children, *l; GtkAllocation last_child_allocation, child_allocation, tiny_allocation; @@ -99,7 +98,6 @@ caja_keep_last_vertical_box_size_allocate (GtkWidget *widget, GTK_WIDGET_CLASS (caja_keep_last_vertical_box_parent_class)->size_allocate (widget, allocation); - box = GTK_BOX (widget); children = gtk_container_get_children (GTK_CONTAINER (widget)); l = g_list_last (children); -- cgit v1.2.1