commit a45ffddee2a01cedd5cb52263f2e48d6fd2e770e
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue May 15 18:26:12 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue May 15 18:26:12 2018 +0300
heretic: Remove declaration of IN_InitDeathmatchStats which is never defined
---
src/heretic/in_lude.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c
index 5c55c153..5f5f24ea 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -50,7 +50,6 @@ void IN_LoadPics(void);
void IN_UnloadPics(void);
void IN_CheckForSkip(void);
void IN_InitStats(void);
-void IN_InitDeathmatchStats(void);
void IN_InitNetgameStats(void);
void IN_DrawOldLevel(void);
void IN_DrawYAH(void);