2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 01:47:45 +01:00

Remove useless prototypes.

This commit is contained in:
Andrey Akhmichin 2019-10-13 21:15:06 +05:00
parent 23a9ab7b4b
commit e03f5e3c3e
2 changed files with 0 additions and 4 deletions

View File

@ -40,8 +40,6 @@ extern vec3_t vec3_origin;
vec3_t vec3_origin;
#endif
double sqrt( double x );
float Length( const float *v )
{
int i;

View File

@ -305,8 +305,6 @@ void 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 );
float Length( const vec3_t v )
{
int i;