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.59...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to