viewport: Remove outdated comment

This commit is contained in:
Timm Bäder 2018-04-15 20:57:58 +02:00
parent 29f38056a9
commit 746c9dc278

View File

@ -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);
}