[Scummvm-git-logs] scummvm master -> 61843256be6e0dbdb074eeec3daceed301cfc440
bluegr
bluegr at gmail.com
Mon Mar 15 11:22:26 UTC 2021
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:
61843256be TWINE: Remove unused private member
Commit: 61843256be6e0dbdb074eeec3daceed301cfc440
https://github.com/scummvm/scummvm/commit/61843256be6e0dbdb074eeec3daceed301cfc440
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-03-15T13:22:24+02:00
Commit Message:
TWINE: Remove unused private member
Detected by Clang.
Changed paths:
engines/twine/scene/movements.h
diff --git a/engines/twine/scene/movements.h b/engines/twine/scene/movements.h
index d710e46024..8004122216 100644
--- a/engines/twine/scene/movements.h
+++ b/engines/twine/scene/movements.h
@@ -114,14 +114,6 @@ private:
bool heroAction = false;
- /**
- * @brief This is a bitmask of 4 bits that is changed whenever a cursor key has changed. A set bit
- * does not mean that the cursor is pressed - but that a change has happened in this particular frame
- *
- * @note This value is reset with every single call to @c readKeys()
- */
- uint8 cursorKeyMask = 0;
-
public:
Movements(TwinEEngine *engine);
More information about the Scummvm-git-logs
mailing list