range: Remove unused class struct members

This commit is contained in:
Timm Bäder 2016-10-14 21:35:26 +02:00 committed by Benjamin Otte
parent 2a07ee2dac
commit d9a3afb059

View File

@ -58,10 +58,6 @@ struct _GtkRangeClass
{
GtkWidgetClass parent_class;
/* what detail to pass to GTK drawing functions */
G_GNUC_DEPRECATED gchar *slider_detail;
G_GNUC_DEPRECATED gchar *stepper_detail;
void (* value_changed) (GtkRange *range);
void (* adjust_bounds) (GtkRange *range,
gdouble new_value);