diff options
author | Borja Lorente | 2016-06-17 15:54:55 +0200 |
---|---|---|
committer | Borja Lorente | 2016-08-14 18:28:08 +0200 |
commit | aae8378afdc8372ba788363587d0b919b9d96d93 (patch) | |
tree | 41e7bd3db3790cf554d3b2fc8468ad2bd71d6d2a /engines/macventure | |
parent | c42451bf22d22f10c73013aec169689fad26ded6 (diff) | |
download | scummvm-rg350-aae8378afdc8372ba788363587d0b919b9d96d93.tar.gz scummvm-rg350-aae8378afdc8372ba788363587d0b919b9d96d93.tar.bz2 scummvm-rg350-aae8378afdc8372ba788363587d0b919b9d96d93.zip |
MACVENTURE: Remove unused variables
Diffstat (limited to 'engines/macventure')
-rw-r--r-- | engines/macventure/container.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/macventure/container.h b/engines/macventure/container.h index 9cfa013c82..bd88f663b8 100644 --- a/engines/macventure/container.h +++ b/engines/macventure/container.h @@ -30,7 +30,6 @@ namespace MacVenture { - struct ItemGroup { uint32 bitOffset; //It's really uint24 uint32 offset; //It's really uint24 @@ -173,7 +172,6 @@ public: _res->seek((id * _lenObjs) + sizeof(_header), SEEK_SET); return _res; } else { - ContainerHeader subHead = _header & 0x7fffffff; uint32 groupID = (id >> 6); uint32 objectIndex = id & 0x3f; // Index within the group |