mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
ICB: Fix Remaining Redundant Declaration Warning
This is emitted by GCC if -Wredundant-decls is passed.
This commit is contained in:
parent
bd36fea8a2
commit
f2cb975193
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user