diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-06 17:35:30 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-06 17:35:30 +0800 |
commit | 56fc75de9e90f4984366bfde6d737490ac4d60b2 (patch) | |
tree | 8119c8641423c8db346838bd7572d783c35133f6 /include | |
parent | 4ed294b254b2dcb27519d6e4173b7019e6e56303 (diff) | |
download | pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.tar pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.tar.gz pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.tar.bz2 pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.tar.lz pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.tar.xz pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.tar.zst pttbbs-56fc75de9e90f4984366bfde6d737490ac4d60b2.zip |
remove unused uflag: MIND_FLAG, COLOR_FLAG
disable chinese chess watching
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2224 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 7ae3c97a..c170e6ee 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -107,8 +107,10 @@ typedef struct userec_t { #define FRIEND_FLAG 0x10 /* true if show friends only */ #define BRDSORT_FLAG 0x20 /* true if the boards sorted alphabetical */ #define MOVIE_FLAG 0x40 /* true if show movie */ -#define COLOR_FLAG 0x80 /* true if the color mode open */ -#define MIND_FLAG 0x100 /* true if mind search mode open <-Heat*/ +/* useless flag */ +//#define COLOR_FLAG 0x80 /* true if the color mode open */ +//#define MIND_FLAG 0x100 /* true if mind search mode open <-Heat*/ + /* these are flags in userec_t.uflag2 */ #define WATER_MASK 000003 /* water mask */ #define WATER_ORIG 0x0 |