- removed unused declaration.

This commit is contained in:
Christoph Oelckers 2019-09-21 13:16:02 +02:00
parent 998ac01157
commit a2b429ffe0

View file

@ -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