diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index 195e4986..51c443fb 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -1088,8 +1088,6 @@ void Sys_Print( const char *msg ); // any game related timing information should come from event timestamps int Sys_Milliseconds (void); -void Sys_SnapVector( float *v ); - qboolean Sys_RandomBytes( byte *string, int len ); // the system console is shown when a dedicated server is running