From 59ec0610a2acd643f57477345f465f4de233347a Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 16 Apr 2012 10:38:25 -0400 Subject: [PATCH] * #9815: removed unused function declaration --- gnome/src/gtk2_wrappers.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnome/src/gtk2_wrappers.h b/gnome/src/gtk2_wrappers.h index 41103d7635..6b2d72328f 100644 --- a/gnome/src/gtk2_wrappers.h +++ b/gnome/src/gtk2_wrappers.h @@ -51,9 +51,6 @@ GtkWidget * gtk_scale_new_with_range(GtkOrientation orientation, gdouble min, gdouble max, gdouble step); -void -gtk_combo_box_text_append(GtkComboBoxText *combo_box, const gchar *id, const gchar *text); - #endif #endif // BOX_H_ -- GitLab