From 16ed186a528f3fc10c3fce7bae86b0b9f984f11d Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 18 Feb 2013 19:05:37 -0600 Subject: Remove Sys_SnapVector --- src/qcommon/qcommon.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qcommon') diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 3ab36c4d..21473c0f 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1057,8 +1057,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 -- cgit