diff options
author | Zack Middleton <zturtleman@gmail.com> | 2013-02-18 19:05:37 -0600 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:13 +0000 |
commit | 16ed186a528f3fc10c3fce7bae86b0b9f984f11d (patch) | |
tree | e3e3e6af4cb3fa8e3ec5ef49037bc459a62abbf3 /src/qcommon/qcommon.h | |
parent | a222f7bd2baa8228100a4f5e6e292f0c75abafa5 (diff) |
Remove Sys_SnapVector
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |