forked from AuroraMiddleware/gtk
range: Remove unused class struct members
This commit is contained in:
parent
2a07ee2dac
commit
d9a3afb059
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user