Remove an unused variable

This commit is contained in:
Yamagi Burmeister 2011-10-04 13:12:50 +00:00
parent 8ba8373440
commit 89f808185d

View file

@ -914,7 +914,6 @@ WriteLevel(const char *filename)
int i;
edict_t *ent;
FILE *f;
void *base;
f = fopen(filename, "wb");
@ -1005,7 +1004,6 @@ ReadLevel(const char *filename)
int entnum;
FILE *f;
int i;
void *base;
edict_t *ent;
f = fopen(filename, "rb");