[gtk+/gtk-2-90: 80/200] Remove deprecated code: GtkRadioButton
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-90: 80/200] Remove deprecated code: GtkRadioButton
- Date: Mon, 3 May 2010 00:03:20 +0000 (UTC)
commit bf49830f07d61559ee8b1bca6e1eeb52814444ed
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 ceb1403..c0c484e 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -3031,7 +3031,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]