remove unused stuff

This commit is contained in:
Glenn Maynard
2003-12-20 04:10:13 +00:00
parent ca165c9b14
commit 6e7c8dbaff
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -62,13 +62,6 @@ i=1;
return length;
}
void VectorInverse (vec3_t v)
{
v[0] = -v[0];
v[1] = -v[1];
v[2] = -v[2];
}
void AngleMatrix (const vec3_t angles, float matrix[3][4] )
{
float angle;