diff src/cache_maint.c @ 710:a1e8c78a03ab

Disable unused code: - cache_maintain_home_dir() - cache_maintain_dir()
author zas_
date Wed, 21 May 2008 00:01:03 +0000
parents f4fc939d327b
children e6ebae313d46
line wrap: on
line diff
--- a/src/cache_maint.c	Tue May 20 23:41:13 2008 +0000
+++ b/src/cache_maint.c	Wed May 21 00:01:03 2008 +0000
@@ -349,6 +349,7 @@
 	cm->idle_id = g_idle_add(cache_maintain_home_cb, cm);
 }
 
+#if 0
 /* This checks all files in ~/GQ_RC_DIR/thumbnails and
  * removes them if thay have no source counterpart.
  * (this assumes all cache files have an extension of 4 chars including '.')
@@ -494,6 +495,7 @@
 
 	return still_have_a_file;
 }
+#endif
 
 static void cache_file_move(const gchar *src, const gchar *dest)
 {