diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 20c46d28..a6cc38e2 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.120 2003/04/03 04:41:30 victor Exp $ */ +/* $Id: board.c,v 1.121 2003/04/04 16:06:02 victor Exp $ */ #include "bbs.h" #define BRC_STRLEN 15 /* Length of board name */ #define BRC_MAXSIZE 24576 @@ -1279,17 +1279,6 @@ choose_board(int newflag) head = 9999; } break; - case 'X': - move(0,0); - prints(" Datas: %hd Lines: %hd\n", fav->nDatas, fav->nLines); - for(tmp = 0; tmp < fav->nDatas; tmp++){ - prints(" bid: %5hd attr:%s%s%s\n", fav->b[tmp].bid, - fav->b[tmp].attr & BRD_FAV ? " BRD_FAV" : "", - fav->b[tmp].attr & BRD_TAG ? " BRD_TAG" : "", - fav->b[tmp].attr & BRD_LINE ? " BRD_LINE" : ""); - } - pressanykey(); - break; case 'K': if (HAS_PERM(PERM_BASIC)) { char buf[2], fname[80]; |