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/var.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/var.c')
-rw-r--r-- | mbbsd/var.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c index b9d8ad74..3cde03df 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -117,7 +117,6 @@ const char * const fn_reject = FN_REJECT; const char * const fn_notes = "notes"; const char * const fn_water = FN_WATER; const char * const fn_visable = FN_VISABLE; -const char * const fn_mandex = "/.Names"; const char * const fn_boardlisthelp = FN_BRDLISTHELP; const char * const fn_boardhelp = FN_BOARDHELP; |