ICB: Fix Remaining Redundant Declaration Warning

This is emitted by GCC if -Wredundant-decls is passed.
This commit is contained in:
D G Turner 2022-03-09 12:51:05 +00:00
parent bd36fea8a2
commit f2cb975193

View File

@ -237,7 +237,6 @@ typedef struct PolyGTL3 {
#if (_PSX == 0) || (_PSX_ON_PC == 1)
void MatrixToAngles(MATRIX *A, SVECTOR *rotvec);
float AngleOfVector(float x, float y);
#endif // #if (_PSX==0) || (_PSX_ON_PC==1)