mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +00:00
- removed unused declaration.
This commit is contained in:
parent
998ac01157
commit
a2b429ffe0
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue