From 33813996359509f9c8edcb8d23e7cc18fd92b0e6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 8 Jul 2010 20:24:33 +0200 Subject: index.c: Remove unused function chop_file_From_full_path --- src/index.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/index.c') 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]; -- cgit v1.2.3