summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-26 03:17:09 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-26 03:17:09 +0800
commitef72c801c2d2166a64a02cc76abe76ec3da260f9 (patch)
tree85a40047366f549349ca310ed99115765d8ca969 /mbbsd/board.c
parent55a067965fdf64ac2726ae1fbc2c1d94c8557dd3 (diff)
downloadpttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.gz
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.bz2
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.lz
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.xz
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.tar.zst
pttbbs-ef72c801c2d2166a64a02cc76abe76ec3da260f9.zip
- revise menu.c code.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3868 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index adbefaa1..0faef5f6 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -267,8 +267,6 @@ b_posttype()
return FULLUPDATE;
}
-char board_hidden_status;
-
// integrated board config
int
b_config(void)
@@ -516,12 +514,10 @@ b_config(void)
{
bp->brdattr &= ~BRD_HIDE;
bp->brdattr &= ~BRD_POSTMASK;
- board_hidden_status = 0;
hbflreload(currbid);
} else {
bp->brdattr |= BRD_HIDE;
bp->brdattr |= BRD_POSTMASK;
- board_hidden_status = 1;
}
touched = 1;
break;