aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-gtk-utils.h')
-rw-r--r--e-util/e-gtk-utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/e-util/e-gtk-utils.h b/e-util/e-gtk-utils.h
index cf67b832a6..4ab95e5b68 100644
--- a/e-util/e-gtk-utils.h
+++ b/e-util/e-gtk-utils.h
@@ -37,9 +37,6 @@ void e_gtk_signal_connect_full_while_alive (GtkObject *object,
gboolean after,
GtkObject *alive_object);
-
-/* GtkRadioButton API extensions */
-void gtk_radio_button_select_nth (GtkRadioButton *button, int n);
-int gtk_radio_button_get_nth_selected (GtkRadioButton *button);
+void e_make_widget_backing_stored (GtkWidget *widget);
#endif