forked from AuroraMiddleware/gtk
boxlayout: Remove unused variable
This commit is contained in:
parent
eadd90c22e
commit
637bd13f3f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user