foxygit / doom Log in
commit b83a87dd937fe2fbb9d7a152b3ad07bef149a88d
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Dec 8 15:56:50 2018 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Dec 8 16:15:57 2018 +0200

    heretic: Remove unused basedefault variable
---
 src/heretic/d_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index 9e042142..11eb7995 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -448,7 +448,6 @@ void D_CheckRecordFrom(void)

 char *iwadfile;

-char *basedefault = "heretic.cfg";

 void wadprintf(void)
 {