[gtk+/gtk-2-90: 80/156] Remove deprecated code: GtkRadioButton



commit ffc8163763d767f04159bd4e19bafe6925ae9949
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Fri Oct 9 19:49:29 2009 +0200

    Remove deprecated code: GtkRadioButton

 docs/reference/gtk/gtk-sections.txt         |    1 -
 docs/reference/gtk/tmpl/gtkradiobutton.sgml |    7 -------
 gtk/gtkradiobutton.h                        |    4 ----
 3 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index c2915b6..1f1ae3e 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -3025,7 +3025,6 @@ gtk_radio_button_new_with_label
 gtk_radio_button_new_with_label_from_widget
 gtk_radio_button_new_with_mnemonic
 gtk_radio_button_new_with_mnemonic_from_widget
-gtk_radio_button_group
 gtk_radio_button_set_group
 gtk_radio_button_get_group
 <SUBSECTION Standard>
diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml
index 3d6812d..16e187b 100644
--- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml
@@ -176,13 +176,6 @@ as @radio_group_member.
 @Returns: 
 
 
-<!-- ##### MACRO gtk_radio_button_group ##### -->
-<para>
-Deprecated compatibility macro. Use gtk_radio_button_get_group() instead.
-</para>
-
-
-
 <!-- ##### FUNCTION gtk_radio_button_set_group ##### -->
 <para>
 Sets a #GtkRadioButton's group. It should be noted that this does not change
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h
index c39e214..520c10d 100644
--- a/gtk/gtkradiobutton.h
+++ b/gtk/gtkradiobutton.h
@@ -85,10 +85,6 @@ GSList*    gtk_radio_button_get_group                     (GtkRadioButton *radio
 void       gtk_radio_button_set_group                     (GtkRadioButton *radio_button,
                                                            GSList         *group);
 
-#ifndef GTK_DISABLE_DEPRECATED
-#define gtk_radio_button_group gtk_radio_button_get_group
-#endif
-
 G_END_DECLS
 
 #endif /* __GTK_RADIO_BUTTON_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]