summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index fed652bb..2cbd6df5 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -95,27 +95,6 @@ HasPerm(boardheader_t * bptr)
return 1;
}
-#if 0
-static int
-have_author(char *brdname)
-{
- char dirname[100];
-
- snprintf(dirname, sizeof(dirname),
- "¥¿¦b·j´M§@ªÌ%s ¬ÝªO:%s.....",
- currauthor, brdname);
- move(b_lines, 0);
- clrtoeol();
- outs(dirname);
- refresh();
-
- setbdir(dirname, brdname);
- str_lower(currowner, currauthor);
-
- return search_rec(dirname, cmpfowner);
-}
-#endif
-
static int
check_newpost(boardstat_t * ptr)
{ /* Ptt §ï */