summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 4f197b3e..519ac5aa 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -250,12 +250,6 @@ cmpfmode(fileheader_t * fhdr)
}
int
-cmpfowner(fileheader_t * fhdr)
-{
- return !strcasecmp(fhdr->owner, currowner);
-}
-
-int
whereami(int ent, fileheader_t * fhdr, char *direct)
{
boardheader_t *bh, *p[32], *root;