Remove dead declaration

git-svn-id: https://svn.eduke32.com/eduke32@7948 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-08-12 03:15:06 +00:00 committed by Christoph Oelckers
parent c40a4b26ff
commit 0ffc89fbb7
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ void C_SetCfgName(const char *cfgname);
void C_ReportError(int error); void C_ReportError(int error);
void C_Compile(const char *filenam); void C_Compile(const char *filenam);
extern int32_t g_errorLineNum;
extern int32_t g_tw; extern int32_t g_tw;
typedef struct { typedef struct {