diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-11-24 04:15:58 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:51:20 +0200 |
commit | caca8a969634351b182fee7822606879be9fd4cb (patch) | |
tree | 82da5e8ef23a84883aec0455bdf04b0c7df73412 /gtk/gtktogglebutton.h | |
parent | 432550130171ea487168182cb7a77ee4f02bb7f0 (diff) | |
download | gtk+-caca8a969634351b182fee7822606879be9fd4cb.tar.gz |
Remove gtk_toggle_button_set_state() from GtkToggleButton
Diffstat (limited to 'gtk/gtktogglebutton.h')
-rw-r--r-- | gtk/gtktogglebutton.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h index 451d82cedd..321b472ffb 100644 --- a/gtk/gtktogglebutton.h +++ b/gtk/gtktogglebutton.h @@ -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__ */ |