Mercurial > geeqie.yaz
changeset 735:df6c11709106
Comment out unused static function extension_truncate().
| author | zas_ |
|---|---|
| date | Thu, 22 May 2008 11:28:35 +0000 |
| parents | e6ebae313d46 |
| children | a7289f9e8d29 |
| files | src/cache_maint.c |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cache_maint.c Thu May 22 11:27:43 2008 +0000 +++ b/src/cache_maint.c Thu May 22 11:28:35 2008 +0000 @@ -48,6 +48,7 @@ *------------------------------------------------------------------- */ +#if 0 static gint extension_truncate(gchar *path, const gchar *ext) { gint l; @@ -64,6 +65,7 @@ return TRUE; } +#endif static gchar *extension_find_dot(gchar *path) {
