mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Remove bad BigLong variants
This commit is contained in:
parent
a3541f853c
commit
2886f22b8f
1 changed files with 0 additions and 10 deletions
|
@ -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