From eef897b3c1d96d21152f7cbeeaf186240a985298 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 18 Feb 2013 19:05:37 -0600 Subject: [PATCH] Remove Sys_SnapVector --- code/qcommon/qcommon.h | 2 -- 1 file changed, 2 deletions(-) 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