diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-20 11:02:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-20 11:02:04 +0800 |
commit | da2ca5896d9a0ce1ead4af6dde295c5cfa2892df (patch) | |
tree | 8e734b51067516746e708c7049c422e2781dbaec /e-util/e-util.h | |
parent | 28589a30975f3e68615ea9eb2086d7d251013563 (diff) | |
download | gsoc2013-evolution-da2ca5896d9a0ce1ead4af6dde295c5cfa2892df.tar.gz gsoc2013-evolution-da2ca5896d9a0ce1ead4af6dde295c5cfa2892df.tar.zst gsoc2013-evolution-da2ca5896d9a0ce1ead4af6dde295c5cfa2892df.zip |
Kill e_util_read_file().
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 7c4be25bd4..276d20f310 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -143,11 +143,6 @@ gboolean e_file_lock_exists (void); gchar * e_util_guess_mime_type (const gchar *filename, gboolean localfile); -gboolean e_util_read_file (const gchar *filename, - gboolean filename_is_uri, - gchar **buffer, - gsize *read, - GError **error); GSList * e_util_get_category_filter_options (void); |