diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-15 18:15:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-15 18:26:52 +0800 |
commit | 591bcbeb910e0d90dc4076f09c23074c96a2e857 (patch) | |
tree | 16514386d71fae7761beeb2efba10dd918718dae /e-util/e-util.h | |
parent | 2e113a61cc18428ecb603374dfcc833c5e276422 (diff) | |
download | gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.gz gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.tar.zst gsoc2013-evolution-591bcbeb910e0d90dc4076f09c23074c96a2e857.zip |
Remove a bunch of unused functions.
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); |