From d2468351caf68de9812f49276267cbd2ab7c9c89 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 7 Oct 2009 18:15:09 +0200 Subject: [PATCH] Remove deprecated GtkSpinButton function (macro) --- gtk/gtkspinbutton.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 6767953792..f757af1d54 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__ */