diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-06 13:59:22 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-06 13:59:22 +0800 |
commit | 19d414e697b8c1be2245c7ce1fa18a3ca38b9459 (patch) | |
tree | 5ca4af13266d7f965812ded1aa93eff48676a12d /mbbsd/menu.c | |
parent | da90aab7aafa6f78b0362385257dc1900ec9669f (diff) | |
download | pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.gz pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.bz2 pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.lz pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.xz pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.zst pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.zip |
* change digest to simply another select read (SR) mode.pttbbs.sr_digest
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.sr_digest@4906 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r-- | mbbsd/menu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index 78b0c482..94548858 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -125,8 +125,6 @@ showtitle(const char *title, const char *mid) /* prepare tail */ if (currmode & MODE_SELECT) tail_type = TITLE_TAIL_SELECT; - else if (currmode & MODE_DIGEST) - tail_type = TITLE_TAIL_DIGEST; else tail_type = TITLE_TAIL_BOARD; |