fix compilation

This commit is contained in:
Enno Rehling 2018-12-16 09:48:39 +01:00
parent 3fec7eb4e3
commit 4fee151f35
2 changed files with 1 additions and 6 deletions

View File

@ -3,6 +3,7 @@
#endif #endif
#include "version.h" #include "version.h"
#include <assert.h>
#include <stdio.h> #include <stdio.h>
#ifndef ERESSEA_VERSION #ifndef ERESSEA_VERSION

View File

@ -223,12 +223,6 @@ int read_orders(input *in)
return 0; return 0;
} }
static const char * file_getbuf(void *data)
{
FILE *F = (FILE *)data;
return getbuf(F);
}
typedef struct parser_state { typedef struct parser_state {
unit *u; unit *u;
faction *f; faction *f;