mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Remove useless unused "sqr" function
git-svn-id: https://svn.eduke32.com/eduke32@7597 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e35e516c02
commit
5052addc67
1 changed files with 0 additions and 2 deletions
|
@ -137,8 +137,6 @@ static FORCE_INLINE int32_t roundscale(int32_t eax, int32_t edx, int32_t ecx)
|
|||
return scaleadd(eax, edx, ecx / 2, ecx);
|
||||
}
|
||||
|
||||
static FORCE_INLINE int32_t sqr(int32_t a) { return a * a; }
|
||||
|
||||
#if defined(__GNUC__) && defined(GEKKO)
|
||||
|
||||
// GCC Inline Assembler version (PowerPC)
|
||||
|
|
Loading…
Reference in a new issue