Get rid of the unused Sys_FPU_ClearStack

This commit is contained in:
dhewg 2011-12-21 18:13:35 +01:00 committed by Daniel Gibson
parent cdeb7e7ff2
commit 092059bd95

View file

@ -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 );