text: Remove an outdated comment

This commit is contained in:
Matthias Clasen 2019-07-23 15:14:38 -04:00
parent 7b451678f5
commit fb06b7fa94

View File

@ -2190,9 +2190,6 @@ gtk_text_size_allocate (GtkWidget *widget,
-1);
}
/* Do this here instead of gtk_text_size_allocate() so it works
* inside spinbuttons, which don't chain up.
*/
if (gtk_widget_get_realized (widget))
gtk_text_recompute (self);