summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
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;