mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
viewport: Remove outdated comment
This commit is contained in:
parent
29f38056a9
commit
746c9dc278
@ -548,7 +548,6 @@ gtk_viewport_size_allocate (GtkWidget *widget,
|
||||
child_allocation.width = gtk_adjustment_get_upper (hadjustment);
|
||||
child_allocation.height = gtk_adjustment_get_upper (vadjustment);
|
||||
|
||||
/* Explicitly ignore the child clip here. */
|
||||
gtk_widget_size_allocate (child, &child_allocation, -1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user