eliminate data_version variables, issue #479

This commit is contained in:
Enno Rehling 2016-11-15 23:45:14 +01:00
parent 83ea1077a3
commit 360776f8b9
2 changed files with 0 additions and 3 deletions

View File

@ -138,7 +138,6 @@ struct param;
struct attrib *attribs;
unsigned int data_turn;
void *vm_state;
int data_version; /* TODO: eliminate in favor of gamedata.version */
struct _dictionary_ *inifile;
struct global_functions {
int(*wage) (const struct region * r, const struct faction * f,

View File

@ -38,8 +38,6 @@ extern "C" {
/* Nach MAX_INPUT_SIZE brechen wir das Einlesen der Zeile ab und nehmen an,
* dass hier ein Fehler (fehlende ") vorliegt */
extern int data_version;
// TODO: is this *really* still in use?
extern int enc_gamedata;