diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index a08bfd73..23aec763 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1509,16 +1509,7 @@ choose_board(int newflag) check_newpost(ptr); head = -1; setutmpmode(newflag ? READNEW : READBRD); - } else { - setbfile(buf, B_BH(ptr)->brdname, FN_APPLICATION); - if (more(buf, YEA) == -1) { - move(1, 0); - clrtobot(); - outs(privateboard); - pressanykey(); - } - head = -1; - } + } } else { /* sub class */ move(12, 1); bidtmp = class_bid; |