aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-06 11:38:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-06 12:26:32 +0800
commit23c781c2475b144a365eaf50dffb88986899b4c8 (patch)
tree642be4d288b2e532c70791090672a67918602077 /e-util/e-util.h
parentf2e75c5d13a0899b042e7c7f60639be19871f7ca (diff)
downloadgsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar
gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.gz
gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.bz2
gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.lz
gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.xz
gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.zst
gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.zip
Remove redundant URI/filename conversion functions.
Use g_filename_to_uri() instead of e_util_filename_to_uri(). Use g_filename_from_uri() instead of e_util_uri_to_filename().
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 16b3373279..88ebaa2af7 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -141,8 +141,6 @@ gboolean e_file_lock_exists (void);
gchar * e_util_guess_mime_type (const gchar *filename,
gboolean localfile);
-gchar * e_util_filename_to_uri (const gchar *filename);
-gchar * e_util_uri_to_filename (const gchar *uri);
gboolean e_util_read_file (const gchar *filename,
gboolean filename_is_uri,