From 1df74180a81d70b93865560b9f224e94fbddb2fd Mon Sep 17 00:00:00 2001 From: Matt Thirtytwo Date: Thu, 5 Mar 2015 20:33:08 +0100 Subject: [PATCH] Removed unused static function xdg_cache_cache_get_home() --- 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) -- 1.7.9.5