diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-25 07:52:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-25 07:52:05 +0800 |
commit | 85b2913a380c69f14ae0254ad23b10fabfb33667 (patch) | |
tree | c1cf143e37294dd9dd3667ebbe0a1d0c00b04b56 /e-util/e-util.h | |
parent | e7a31c5035a0afeed6c1675e30487c1e2bdc139f (diff) | |
download | gsoc2013-evolution-85b2913a380c69f14ae0254ad23b10fabfb33667.tar.gz gsoc2013-evolution-85b2913a380c69f14ae0254ad23b10fabfb33667.tar.zst gsoc2013-evolution-85b2913a380c69f14ae0254ad23b10fabfb33667.zip |
Merge revisions 36534:36684 from trunk.
svn path=/branches/kill-bonobo/; revision=36685
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 e9750176eb..44fbb811cf 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -63,7 +63,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, |