From 591bcbeb910e0d90dc4076f09c23074c96a2e857 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 15 Sep 2009 05:15:53 -0500 Subject: Remove a bunch of unused functions. --- e-util/e-util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 1e2320914e..83b3141232 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -121,11 +121,6 @@ gchar * e_ascii_dtostr (gchar *buffer, const gchar *format, gdouble d); -/* Alternating gchar * and gint arguments with a NULL gchar * to end. - Less than 0 for the gint means copy the whole string. */ -gchar * e_strdup_append_strings (gchar *first_string, - ...); - cairo_font_options_t * get_font_options (void); -- cgit