diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 65bc7a19..0c50ede1 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -989,10 +989,6 @@ choose_board(int newflag) else num += p_lines; break; - case Ctrl('C'): - cal(); - show_brdlist(head, 1, newflag); - break; case Ctrl('I'): t_idle(); show_brdlist(head, 1, newflag); |