From caca8a969634351b182fee7822606879be9fd4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 24 Nov 2009 04:15:58 +0100 Subject: [PATCH] Remove gtk_toggle_button_set_state() from GtkToggleButton --- gtk/gtktogglebutton.h | 4 ---- 1 file changed, 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__ */