diff options
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 78ec9e53c9..b6ff33429d 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -59,7 +59,6 @@ gboolean e_write_file_uri (const gchar *filename, /* This only makes a filename safe for usage as a filename. * It still may have shell meta-characters in it. */ gchar * e_format_number (gint number); -gchar * e_format_number_float (gfloat number); typedef gint (*ESortCompareFunc) (gconstpointer first, gconstpointer second, |