diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 18:15:09 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:40:40 +0200 |
commit | d2468351caf68de9812f49276267cbd2ab7c9c89 (patch) | |
tree | ecb2996bddab6527878e75861275890e1881ff0f | |
parent | 474529e2c06e38f941bea91ed4decdfaceee9a56 (diff) | |
download | gtk+-d2468351caf68de9812f49276267cbd2ab7c9c89.tar.gz |
Remove deprecated GtkSpinButton function (macro)
-rw-r--r-- | gtk/gtkspinbutton.h | 5 |
1 files changed, 0 insertions, 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__ */ |