mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 05:21:20 +00:00
Get rid of the unused Sys_FPU_ClearStack
This commit is contained in:
parent
cdeb7e7ff2
commit
092059bd95
1 changed files with 0 additions and 3 deletions
|
@ -151,9 +151,6 @@ int Sys_GetProcessorId( void );
|
|||
// returns true if the FPU stack is empty
|
||||
bool Sys_FPU_StackIsEmpty( void );
|
||||
|
||||
// empties the FPU stack
|
||||
void Sys_FPU_ClearStack( void );
|
||||
|
||||
// returns the FPU state as a string
|
||||
const char * Sys_FPU_GetState( void );
|
||||
|
||||
|
|
Loading…
Reference in a new issue