From d6540adfeb7e08cd6e4f814e73d83735655e713c Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 2 Nov 2020 17:04:58 +0100 Subject: [PATCH] Clean up error.h --- Source/error.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/error.h b/Source/error.h index 60e52a981..bd924760b 100644 --- a/Source/error.h +++ b/Source/error.h @@ -6,16 +6,11 @@ #ifndef __ERROR_H__ #define __ERROR_H__ -extern char msgtable[MAX_SEND_STR_LEN]; extern char msgdelay; extern char msgflag; -extern char msgcnt; void InitDiabloMsg(char e); void ClrDiabloMsg(); void DrawDiabloMsg(); -/* data */ -extern const char *const MsgStrings[]; - #endif /* __ERROR_H__ */