summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-08 20:24:33 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-08 20:24:33 +0200
commit33813996359509f9c8edcb8d23e7cc18fd92b0e6 (patch)
treed5d9e2714e110a02bbffb44d61baf70c8c6021c4 /src/index.c
parent130f5dae73982c0e672a6262c8dc3baeb43cd4e2 (diff)
index.c: Remove unused function chop_file_From_full_path
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c5
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];