diff src/ui_fileops.h @ 1719:192d4752fd06

fixed sidecar grouping this fixes grouping of files which differs only in upper/lowercase extension. The old code stopped scanning when the first file was found.
author nadvornik
date Sat, 22 Aug 2009 20:20:19 +0000
parents 51d70f62338c
children 956aab097ea7
line wrap: on
line diff
--- a/src/ui_fileops.h	Tue Aug 18 20:19:23 2009 +0000
+++ b/src/ui_fileops.h	Sat Aug 22 20:20:19 2009 +0000
@@ -51,8 +51,6 @@
 
 gboolean stat_utf8(const gchar *s, struct stat *st);
 gboolean lstat_utf8(const gchar *s, struct stat *st);
-gboolean stat_utf8_case_insensitive_ext(GString *base, const gchar *ext, struct stat *st);
-
 
 gboolean isname(const gchar *s);
 gboolean isfile(const gchar *s);