mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
remove redundant prototype
This commit is contained in:
parent
68adae46b9
commit
21686adf10
1 changed files with 0 additions and 2 deletions
|
@ -406,8 +406,6 @@ CrossProduct (const vec3_t v1, const vec3_t v2, vec3_t cross)
|
|||
cross[2] = v1[0] * v2[1] - v1[1] * v2[0];
|
||||
}
|
||||
|
||||
double sqrt (double x);
|
||||
|
||||
vec_t
|
||||
_Length (vec3_t v)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue