]> Pileus Git - ~andy/gtk/commitdiff
Remove gtk_toggle_button_set_state() from GtkToggleButton
authorJavier Jardón <jjardon@gnome.org>
Tue, 24 Nov 2009 03:15:58 +0000 (04:15 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:20 +0000 (01:51 +0200)
gtk/gtktogglebutton.h

index 451d82cedd76fa957f8fab8b719b398ef57de30b..321b472ffb0010daf560b67343c5fb92422d4adf 100644 (file)
@@ -88,10 +88,6 @@ void       gtk_toggle_button_set_inconsistent  (GtkToggleButton *toggle_button,
 gboolean   gtk_toggle_button_get_inconsistent  (GtkToggleButton *toggle_button);
 
 
-#ifndef GTK_DISABLE_DEPRECATED
-#define        gtk_toggle_button_set_state             gtk_toggle_button_set_active
-#endif /* GTK_DISABLE_DEPRECATED */
-
 G_END_DECLS
 
 #endif /* __GTK_TOGGLE_BUTTON_H__ */