summaryrefslogtreecommitdiffstats
path: root/include/fav.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-21 10:32:30 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-21 10:32:30 +0800
commit041223bb7b3c127a9a88d330cd3b17d323feab6f (patch)
treea29f5e9be3b2389f0675c79a276d4489772da0a9 /include/fav.h
parent1a137287e0a2328885e0fc52272819bed30f3208 (diff)
downloadpttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar
pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.gz
pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.bz2
pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.lz
pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.xz
pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.tar.zst
pttbbs-041223bb7b3c127a9a88d330cd3b17d323feab6f.zip
fav:
remove unused and deprecated features return NULL if malloc(0) buildAnnounce: qsort takes pointer ... git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3245 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/fav.h')
-rw-r--r--include/fav.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/fav.h b/include/fav.h
index cd0fbdff..196a61d5 100644
--- a/include/fav.h
+++ b/include/fav.h
@@ -21,7 +21,6 @@
#define MAX_FOLDER 64
#define NEW_FAV_THRESHOLD 12 /* half page */
-#define FAV3 ".fav3"
#define FAV4 ".fav4"
#define FAVNB ".favnb"
@@ -47,7 +46,7 @@ typedef struct {
typedef struct {
short bid;
- time4_t lastvisit;
+ time4_t lastvisit; /* UNUSED */
char attr;
} fav_board_t;