From: Christian Dywan Date: Wed, 7 Oct 2009 16:15:09 +0000 (+0200) Subject: Remove deprecated GtkSpinButton function (macro) X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=d2468351caf68de9812f49276267cbd2ab7c9c89;p=~andy%2Fgtk Remove deprecated GtkSpinButton function (macro) --- diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 676795379..f757af1d5 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -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); 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 #endif /* __GTK_SPIN_BUTTON_H__ */