[Scummvm-git-logs] scummvm master -> 805eb6041e7837a69b7493f40ee84ca9c850a14d
sev-
noreply at scummvm.org
Sun Jul 16 11:57:24 UTC 2023
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:
805eb6041e DIRECTOR: Remove now unused variable
Commit: 805eb6041e7837a69b7493f40ee84ca9c850a14d
https://github.com/scummvm/scummvm/commit/805eb6041e7837a69b7493f40ee84ca9c850a14d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-16T13:57:16+02:00
Commit Message:
DIRECTOR: Remove now unused variable
Changed paths:
engines/director/frame.h
diff --git a/engines/director/frame.h b/engines/director/frame.h
index c14b953ab4a..efe0766de64 100644
--- a/engines/director/frame.h
+++ b/engines/director/frame.h
@@ -42,10 +42,6 @@ class Score;
class Sprite;
class TextCastMember;
-enum {
- kChannelDataSize = (25 * 50)
-};
-
struct PaletteInfo {
CastMemberID paletteId;
@@ -124,7 +120,6 @@ private:
public:
int _numChannels;
- byte _channelData[kChannelDataSize];
CastMemberID _actionId;
uint16 _transDuration;
uint8 _transArea; // 1 - Whole Window, 0 - Changing Area
More information about the Scummvm-git-logs
mailing list