diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-11-01 16:47:54 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2011-03-08 04:34:52 +0800 |
commit | fdafabde40eced013ffdcb49e4f080542fbbc402 (patch) | |
tree | effe78b5b8c9c9a9fb785d74bbdac0ecc66afc79 /lib/ephy-file-helpers.h | |
parent | 07202bf4e9b6f7809b58b0c3e13af0a6de593e28 (diff) | |
download | gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.tar gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.tar.gz gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.tar.bz2 gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.tar.lz gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.tar.xz gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.tar.zst gsoc2013-epiphany-fdafabde40eced013ffdcb49e4f080542fbbc402.zip |
ephy-file-helpers: only one downloads_dir function
Remove all the ambiguity, we always throw downloads to the same place or the
Desktop.
Bug #618443
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index f2c4a4acf..e290f38c3 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -52,7 +52,6 @@ gboolean ephy_file_helpers_init (const char *profile_dir, const char * ephy_file (const char *filename); const char * ephy_dot_dir (void); void ephy_file_helpers_shutdown (void); -char * ephy_file_downloads_dir (void); char * ephy_file_get_downloads_dir (void); char * ephy_file_desktop_dir (void); const char * ephy_file_tmp_dir (void); |