From a2b429ffe04139ef427f025ca773fb13f475e9d3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 21 Sep 2019 13:16:02 +0200 Subject: [PATCH] - removed unused declaration. --- source/build/include/build.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/build/include/build.h b/source/build/include/build.h index 74a5af36a..c81a59d27 100644 --- a/source/build/include/build.h +++ b/source/build/include/build.h @@ -876,8 +876,6 @@ EXTERN char show2dsector[(MAXSECTORS+7)>>3]; EXTERN char show2dwall[(MAXWALLS+7)>>3]; EXTERN char show2dsprite[(MAXSPRITES+7)>>3]; -EXTERN char wallcstat14[(MAXWALLS+7)>>3]; - // In the editor, gotpic is only referenced from inline assembly; // the compiler needs that hint or building with LTO will discard it. #if !defined __clang__ && !defined NOASM