Remove deprecated code: GtkRadioButton

This commit is contained in:
Javier Jardón 2009-10-09 19:49:29 +02:00 committed by Javier Jardón
parent 9e30bf3d60
commit bf49830f07
3 changed files with 0 additions and 12 deletions

View File

@ -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>

View File

@ -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

View File

@ -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__ */