Remove deprecated GtkSpinButton function (macro)
This commit is contained in:
committed by
Javier Jardón
parent
474529e2c0
commit
d2468351ca
@ -186,11 +186,6 @@ void gtk_spin_button_set_snap_to_ticks (GtkSpinButton *spin_button,
|
|||||||
gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button);
|
gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button);
|
||||||
void gtk_spin_button_update (GtkSpinButton *spin_button);
|
void gtk_spin_button_update (GtkSpinButton *spin_button);
|
||||||
|
|
||||||
|
|
||||||
#ifndef GTK_DISABLE_DEPRECATED
|
|
||||||
#define gtk_spin_button_get_value_as_float gtk_spin_button_get_value
|
|
||||||
#endif
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GTK_SPIN_BUTTON_H__ */
|
#endif /* __GTK_SPIN_BUTTON_H__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user