changeset 2148:9d25dee921f8

Remove commented out code.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 15:53:28 +0200
parents 88b690adff92
children 05a73f20dd27
files src/cache_maint.h
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/cache_maint.h	Thu Aug 30 15:53:28 2012 +0200
+++ b/src/cache_maint.h	Thu Aug 30 15:53:28 2012 +0200
@@ -16,15 +16,7 @@
 
 
 void cache_maintain_home(gboolean metadata, gboolean clear, GtkWidget *parent);
-
-#if 0
-gint cache_maintain_home_dir(const gchar *dir, gint recursive, gint clear);
-gint cache_maintain_dir(const gchar *dir, gint recursive, gint clear);
-#endif
-
 void cache_notify_cb(FileData *fd, NotifyType type, gpointer data);
-
-
 void cache_manager_show(void);