aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/math
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 19:38:24 +0200
committerEinar Johan Trøan Sømåen2012-08-31 20:00:40 +0200
commit8cf7d765c05bd13fc381e94801b2bbd8c27e1c07 (patch)
tree554f6adc2446b1ee8bfddfc8ece08b9b068167bf /engines/wintermute/math
parent07c27b775c8d3997bf40891c2772ae8859eb534d (diff)
downloadscummvm-rg350-8cf7d765c05bd13fc381e94801b2bbd8c27e1c07.tar.gz
scummvm-rg350-8cf7d765c05bd13fc381e94801b2bbd8c27e1c07.tar.bz2
scummvm-rg350-8cf7d765c05bd13fc381e94801b2bbd8c27e1c07.zip
WINTERMUTE: General cleanup
Diffstat (limited to 'engines/wintermute/math')
-rw-r--r--engines/wintermute/math/matrix4.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/wintermute/math/matrix4.h b/engines/wintermute/math/matrix4.h
index 5b68944397..c95bd364ff 100644
--- a/engines/wintermute/math/matrix4.h
+++ b/engines/wintermute/math/matrix4.h
@@ -42,16 +42,7 @@ public:
void rotationZ(float angle);
void transformVector2(Vector2 &vec);
- /* union {
- struct {
- float _11, _12, _13, _14;
- float _21, _22, _23, _24;
- float _31, _32, _33, _34;
- float _41, _42, _43, _44;
- };*/
float m[4][4];
- //};
-
};
} // end of namespace Wintermute