commit 953bf4c40d891d49c87f10970f3bb6242ebee2f3
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Dec 8 16:24:07 2018 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Dec 8 16:24:07 2018 +0200
doom: Remove unused basedefault extern declaration
---
src/doom/doomstat.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h
index 95246aea..10a418e0 100644
--- a/src/doom/doomstat.h
+++ b/src/doom/doomstat.h
@@ -245,7 +245,6 @@ extern wbstartstruct_t wminfo;
// File handling stuff.
extern char *savegamedir;
-extern char basedefault[1024];
// if true, load all graphics at level load
extern boolean precache;