From 56fc75de9e90f4984366bfde6d737490ac4d60b2 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 6 Oct 2004 09:35:30 +0000 Subject: 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 --- include/pttstruct.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3