From 0ffc89fbb74ef7b6ae8a5d09bb7670eb81ba06dc Mon Sep 17 00:00:00 2001 From: terminx Date: Mon, 12 Aug 2019 03:15:06 +0000 Subject: [PATCH] Remove dead declaration git-svn-id: https://svn.eduke32.com/eduke32@7948 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/gamedef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/duke3d/src/gamedef.h b/source/duke3d/src/gamedef.h index 01c531df9..e04175452 100644 --- a/source/duke3d/src/gamedef.h +++ b/source/duke3d/src/gamedef.h @@ -233,7 +233,6 @@ void C_SetCfgName(const char *cfgname); void C_ReportError(int error); void C_Compile(const char *filenam); -extern int32_t g_errorLineNum; extern int32_t g_tw; typedef struct {