Skip to content

Commit

Permalink
Remove vestigial function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Nov 27, 2024
1 parent 26902e0 commit f4ae39d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Quake/mathlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ do\
}\
} while (0)

void TurnVector (vec3_t out, const vec3_t forward, const vec3_t side, float angle); //johnfitz
void VectorAngles (const vec3_t forward, vec3_t angles); //johnfitz

void VectorMA (const vec3_t veca, float scale, const vec3_t vecb, vec3_t vecc);
Expand Down

0 comments on commit f4ae39d

Please sign in to comment.