summaryrefslogtreecommitdiffstats
path: root/mbbsd/topsong.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/topsong.c')
-rw-r--r--mbbsd/topsong.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mbbsd/topsong.c b/mbbsd/topsong.c
index a60a26c4..906dadbf 100644
--- a/mbbsd/topsong.c
+++ b/mbbsd/topsong.c
@@ -25,15 +25,6 @@ topsong(void)
return 0;
}
-static int
-strip_blank(char *cbuf, char *buf)
-{
- for (; *buf; buf++)
- if (*buf != ' ')
- *cbuf++ = *buf;
- *cbuf = 0;
- return 0;
-}
void
sortsong(void)