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 db958ed028
commit db7ff6d88a

View File

@ -407,9 +407,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
*