[Xfce4-commits] [xfce/tumbler] 01/01: Removed unused static function xdg_cache_cache_get_home() (bug #11648)
noreply at xfce.org
noreply at xfce.org
Sat Mar 7 23:18:26 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/tumbler.
commit 81edf4346bdae6abd680c6e1518693a88861403e
Author: Matt Thirtytwo <matt.59491 at gmail.com>
Date: Thu Mar 5 20:33:08 2015 +0100
Removed unused static function xdg_cache_cache_get_home() (bug #11648)
---
plugins/xdg-cache/xdg-cache-cache.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/plugins/xdg-cache/xdg-cache-cache.c b/plugins/xdg-cache/xdg-cache-cache.c
index 3afe316..cd7b19c 100644
--- a/plugins/xdg-cache/xdg-cache-cache.c
+++ b/plugins/xdg-cache/xdg-cache-cache.c
@@ -60,7 +60,6 @@ static void xdg_cache_cache_move (TumblerCache
static gboolean xdg_cache_cache_is_thumbnail (TumblerCache *cache,
const gchar *uri);
static GList *xdg_cache_cache_get_flavors (TumblerCache *cache);
-static const gchar *xdg_cache_cache_get_home (void);
@@ -558,14 +557,6 @@ xdg_cache_cache_get_flavors (TumblerCache *cache)
-static const gchar *
-xdg_cache_cache_get_home (void)
-{
- return g_getenv ("HOME") != NULL ? g_getenv ("HOME") : g_get_home_dir ();
-}
-
-
-
GFile *
xdg_cache_cache_get_file (const gchar *uri,
TumblerThumbnailFlavor *flavor)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list