]> Pileus Git - ~andy/gtk/commitdiff
Remove deprecated GtkSpinButton function (macro)
authorChristian Dywan <christian@twotoasts.de>
Wed, 7 Oct 2009 16:15:09 +0000 (18:15 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:40:40 +0000 (01:40 +0200)
gtk/gtkspinbutton.h

index 6767953792c97d9515d31ab5fb2cf278579d3a72..f757af1d5411770f78659dbaec205c236bdd763e 100644 (file)
@@ -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__ */