boxlayout: Remove unused variable

This commit is contained in:
Benjamin Otte 2019-04-12 16:31:39 +02:00
parent eadd90c22e
commit 637bd13f3f

View File

@ -203,7 +203,6 @@ static GtkSizeRequestMode
gtk_box_layout_get_request_mode (GtkLayoutManager *layout_manager,
GtkWidget *widget)
{
GtkBoxLayout *self = GTK_BOX_LAYOUT (layout_manager);
GtkWidget *child;
int wfh = 0, hfw = 0;