diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkrange.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkrange.h b/gtk/gtkrange.h index 161757d37d..856d63c1c5 100644 --- a/gtk/gtkrange.h +++ b/gtk/gtkrange.h @@ -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); |