[Scummvm-git-logs] scummvm master -> f2cb975193cbb31997d69de3cc9926d142e25157
digitall
noreply at scummvm.org
Wed Mar 9 12:51:52 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f2cb975193 ICB: Fix Remaining Redundant Declaration Warning
Commit: f2cb975193cbb31997d69de3cc9926d142e25157
https://github.com/scummvm/scummvm/commit/f2cb975193cbb31997d69de3cc9926d142e25157
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-09T12:51:05Z
Commit Message:
ICB: Fix Remaining Redundant Declaration Warning
This is emitted by GCC if -Wredundant-decls is passed.
Changed paths:
engines/icb/gfx/psx_pchmd.h
diff --git a/engines/icb/gfx/psx_pchmd.h b/engines/icb/gfx/psx_pchmd.h
index 676a5610508..d199121cce5 100644
--- a/engines/icb/gfx/psx_pchmd.h
+++ b/engines/icb/gfx/psx_pchmd.h
@@ -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)
More information about the Scummvm-git-logs
mailing list