diff options
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |