viewport: Remove outdated comment
authorTimm Bäder <mail@baedert.org>
Sun, 15 Apr 2018 18:57:58 +0000 (20:57 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 08:06:57 +0000 (10:06 +0200)
gtk/gtkviewport.c

index fe34de984110abe56d5081f967bd1acd3a3679d6..caa9b78471a44e1c01225ce0fbf27245c8838ff9 100644 (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);
     }