remove unused variables.

This commit is contained in:
Enno Rehling 2016-11-17 21:32:24 +01:00
parent 27605f18ba
commit cb6be542b9
2 changed files with 0 additions and 3 deletions

View File

@ -101,7 +101,6 @@ struct settings global = {
};
bool lomem = false;
FILE *logfile;
int turn = -1;
const char *parameters[MAXPARAMS] = {

View File

@ -158,10 +158,8 @@ struct param;
extern const char *localenames[];
extern settings global;
extern bool sqlpatch;
extern bool lomem; /* save memory */
extern int turn;
extern bool getunitpeasants;
#ifdef __cplusplus
}