mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
alpha compile fixes (unused functions)
This commit is contained in:
parent
a8c989969d
commit
57a470a88a
2 changed files with 0 additions and 27 deletions
|
@ -51,14 +51,4 @@ void
|
|||
R_SetFPCW (void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
R_PushFPCW_SetHigh (void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
R_PopFPCW (void)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -134,23 +134,6 @@ F_BEGIN(R_HighFPPrecision)
|
|||
F_END(R_HighFPPrecision)
|
||||
|
||||
|
||||
F_BEGIN(R_PushFPCW_SetHigh)
|
||||
got_base(5)
|
||||
fnstcw got_var(pushed_cw)
|
||||
fldcw got_var(full_cw)
|
||||
|
||||
ret
|
||||
F_END(R_PushFPCW_SetHigh)
|
||||
|
||||
|
||||
F_BEGIN(R_PopFPCW)
|
||||
got_base(6)
|
||||
fldcw got_var(pushed_cw)
|
||||
|
||||
ret
|
||||
F_END(R_PopFPCW)
|
||||
|
||||
|
||||
F_BEGIN(R_SetFPCW)
|
||||
got_base(7)
|
||||
fnstcw got_var(cw)
|
||||
|
|
Loading…
Reference in a new issue