--- deliantra/server/include/global.h 2007/04/16 06:23:41 1.52 +++ deliantra/server/include/global.h 2007/04/17 18:24:30 1.53 @@ -137,10 +137,6 @@ * Misc global variables: */ EXTERN FILE *logfile; /* Used by server/daemon.c */ -EXTERN int exiting; /* True if the game is about to exit */ -EXTERN long nroftreasures; /* Only used in malloc_info() */ -EXTERN long nrofartifacts; /* Only used in malloc_info() */ -EXTERN long nrofallowedstr; /* Only used in malloc_info() */ EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ EXTERN archetype *map_archeytpe;