From 2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 17 Sep 2009 04:07:47 +0000 Subject: * refine badpost code again * remove more deprecated stuff git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4847 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 6 ------ include/uflags.h | 9 +++++---- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 6b76a965..a1ec4c55 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -654,10 +654,4 @@ typedef struct int show_max; /* max covered range in last display */ } SigInfo; -/* type in gomo.c, structure passing through socket */ -typedef struct { - char x; - char y; -} Horder_t; - #endif diff --git a/include/uflags.h b/include/uflags.h index e9037a68..72a21831 100644 --- a/include/uflags.h +++ b/include/uflags.h @@ -70,10 +70,11 @@ #define REJECT_OUTTAMAIL (cuser.uflag2 & REJ_OUTTAMAIL) /* ANGEL [deprecated] */ -// #define UF2_ANGEL_PAUSE 0x00000800 /* deprecated: true if don't want to be angel for a while */ -// #define UF2_ANGEL_OLDMASK 0x00003800 // mask of all deprecated stuff -// #define ANGEL_??? 0x00004000 -// #define ANGEL_??? 0x00008000 +// #define ANGEL_??? 0x00000800 /* deprecated: true if don't want to be angel for a while */ +// #define ANGEL_??? 0x00001000 // deprecated: ??? +// #define ANGEL_??? 0x00002000 // deprecated: ??? +// #define ANGEL_??? 0x00004000 // reserved then deprecated +// #define ANGEL_??? 0x00008000 // reserved then deprecated /* NEW ENTRY HERE */ // #define ???_??? 0x00010000 -- cgit v1.2.3