summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-03 17:48:57 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-03 17:48:57 +0800
commit63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a (patch)
tree75422d9ebbd6142b0f01fb4c68f024f70edf4194 /include
parentd9dd9c420e7d6429c8e941a5c7a83d7381dfef5e (diff)
downloadpttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.tar
pttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.tar.gz
pttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.tar.bz2
pttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.tar.lz
pttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.tar.xz
pttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.tar.zst
pttbbs-63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a.zip
dont remove a non-exist board when logout
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1455 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 01e7e61c..92889865 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -378,9 +378,6 @@ typedef struct {
int Bbusystate;
time_t close_vote_time;
- /* if true, fav.c:cleanup() will remove the invalid boards from record. */
- char cleanboard;
-
/* pttcache */
char notes[MAX_MOVIE][200*11];
char today_is[20];