Range: Remove leftover comment about update policy

Update policies were removed way back in 2011… in
commit c43a31ea33
This commit is contained in:
Daniel Boles 2017-02-27 20:04:02 +00:00
parent 20ee36f9e0
commit ce1b2bef2b

View File

@ -411,9 +411,6 @@ gtk_range_class_init (GtkRangeClass *class)
* value to the desired number of decimal digits; the default GTK+
* handler clamps the value based on #GtkRange:round-digits.
*
* It is not possible to use delayed update policies in an overridden
* #GtkRange::change-value handler.
*
* Returns: %TRUE to prevent other handlers from being invoked for
* the signal, %FALSE to propagate the signal further
*