From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:28 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~58 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=778b816f64effac3f60c5c374fa1d1dea98e2fc2 Remove commented out code. --- diff --git a/src/cache_maint.h b/src/cache_maint.h index 0e9b46ce..84a512ba 100644 --- a/src/cache_maint.h +++ b/src/cache_maint.h @@ -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);