Remove Sys_SnapVector

This commit is contained in:
Zack Middleton 2013-02-18 19:05:37 -06:00
parent 5b5f7f5c0a
commit eef897b3c1

View file

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