diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/index.c b/src/index.c index e611ba6..2ef86eb 100644 --- a/src/index.c +++ b/src/index.c @@ -497,11 +497,6 @@ void init_index_mode(void) return; } -char *chop_file_from_full_path(char *str) -{ - return(strrchr(str, '/') + 1); -} - static char *create_index_size_string(char *file) { static char str[50]; |