mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
Remove bad BigLong variants
This commit is contained in:
parent
ff670651ec
commit
25fc00f64c
1 changed files with 0 additions and 10 deletions
10
src/m_swap.h
10
src/m_swap.h
|
@ -119,16 +119,6 @@ inline unsigned short BigShort(unsigned short x)
|
|||
return x;
|
||||
}
|
||||
|
||||
inline unsigned int BigLong(unsigned int &x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
|
||||
inline int BigLong(int &x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
|
||||
inline unsigned int BigLong(unsigned int x)
|
||||
{
|
||||
return x;
|
||||
|
|
Loading…
Reference in a new issue