mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +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 show2dwall[(MAXWALLS+7)>>3];
|
||||||
EXTERN char show2dsprite[(MAXSPRITES+7)>>3];
|
EXTERN char show2dsprite[(MAXSPRITES+7)>>3];
|
||||||
|
|
||||||
EXTERN char wallcstat14[(MAXWALLS+7)>>3];
|
|
||||||
|
|
||||||
// In the editor, gotpic is only referenced from inline assembly;
|
// In the editor, gotpic is only referenced from inline assembly;
|
||||||
// the compiler needs that hint or building with LTO will discard it.
|
// the compiler needs that hint or building with LTO will discard it.
|
||||||
#if !defined __clang__ && !defined NOASM
|
#if !defined __clang__ && !defined NOASM
|
||||||
|
|
Loading…
Reference in a new issue