[gtk+/gtk-2-90: 80/158] Remove deprecated code: GtkRadioButton
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-90: 80/158] Remove deprecated code: GtkRadioButton
- Date: Thu, 11 Mar 2010 02:50:17 +0000 (UTC)
commit c33c2505974c54960e17ed5e337fac361048d74c
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 9e0f137..9489353 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -3028,7 +3028,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]