aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-20 01:11:04 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-20 01:11:04 +0100
commit602bbffe29855b82a47f3cd9e94d917dc44f4b2f (patch)
tree018bbc0689051210ff3463341058fd40b3911f89 /FICS/gamedb.h
parent83b5fe929886449283b10ad986cc2b82fad8a1fe (diff)
Deleted disabled code
Diffstat (limited to 'FICS/gamedb.h')
-rw-r--r--FICS/gamedb.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/FICS/gamedb.h b/FICS/gamedb.h
index a7f027c..33a0ebe 100644
--- a/FICS/gamedb.h
+++ b/FICS/gamedb.h
@@ -44,11 +44,6 @@ extern char *rstr[];
#define GAME_ACTIVE 2
#define GAME_EXAMINE 3 /* examine is now 3 */
-/*
-#define GAME_STORED 3
-#define GAME_EXAMINE 4
-*/
-
#define TYPE_UNTIMED 0
#define TYPE_BLITZ 1
#define TYPE_STAND 2
@@ -84,10 +79,6 @@ extern char *rstr[];
#define END_ADJABORT 17
#define END_COURTESYADJOURN 18
-#if 0
-typedef unsigned char boardList_t[74];
-#endif
-
typedef struct _game {
/* Saved in the game file */
int wInitTime, wIncrement;
@@ -170,14 +161,6 @@ extern void send_boards(int);
extern void game_update_time(int);
extern void game_update_times(void);
-/* #define MAXOLDGAMES 50
-
-extern int FindOldGameFor(int);
-extern int RemoveOldGamesForPlayer(int);
-extern int ReallyRemoveOldGamesForPlayer(int);
-extern int NewOldGame(int);
-Kill this oldgame rubbish - wastes memory - DAV */
-
extern char *movesToString(int, int);
extern char *EndSym(int);
extern char *EndString(int, int);
@@ -203,7 +186,4 @@ extern int pjournal(int, int, char *);
extern void game_write_complete(int, int, char *);
extern int game_count(void);
-/* extern time_t time(); */
-
#endif
-