[Scummvm-git-logs] scummvm master -> b7789671025f9c95d792d1b249beb47ea1b98b31
digitall
noreply at scummvm.org
Sat Oct 12 22:11:03 UTC 2024
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:
b778967102 WINTERMUTE: Fix Redundant Redeclaration GCC Compiler Warning
Commit: b7789671025f9c95d792d1b249beb47ea1b98b31
https://github.com/scummvm/scummvm/commit/b7789671025f9c95d792d1b249beb47ea1b98b31
Author: D G Turner (digitall at scummvm.org)
Date: 2024-10-12T23:10:29+01:00
Commit Message:
WINTERMUTE: Fix Redundant Redeclaration GCC Compiler Warning
Changed paths:
engines/wintermute/base/gfx/xmath.h
diff --git a/engines/wintermute/base/gfx/xmath.h b/engines/wintermute/base/gfx/xmath.h
index 3794745620b..8d9cfe20c9f 100644
--- a/engines/wintermute/base/gfx/xmath.h
+++ b/engines/wintermute/base/gfx/xmath.h
@@ -157,7 +157,6 @@ DXVector4 *DXVec3Transform(DXVector4 *pout, const DXVector3 *pv, const DXMatrix
DXVector3 *DXVec3TransformCoord(DXVector3 *pout, const DXVector3 *pv, const DXMatrix *pm);
DXVector3 *DXVec3TransformNormal(DXVector3 *pout, const DXVector3 *pv, const DXMatrix *pm);
DXMatrix *DXMatrixMultiply(DXMatrix *pout, const DXMatrix *pm1, const DXMatrix *pm2);
-DXMatrix *DXMatrixScaling(DXMatrix *pout, float sx, float sy, float sz);
DXVector3 *DXVec3Project(DXVector3 *pout, const DXVector3 *pv, const Rect32 *pviewport,
const DXMatrix *pprojection, const DXMatrix *pview, const DXMatrix *pworld);
DXMatrix *DXMatrixTranspose(DXMatrix *pout, const DXMatrix *pm);
More information about the Scummvm-git-logs
mailing list