diff options
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/video/qt_player.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/mohawk/video/qt_player.h b/engines/mohawk/video/qt_player.h index 724db3538e..205b18f99c 100644 --- a/engines/mohawk/video/qt_player.h +++ b/engines/mohawk/video/qt_player.h @@ -124,8 +124,6 @@ protected: // This is the file handle from which data is read from. It can be the actual file handle or a decompressed stream. Common::SeekableReadStream *_fd; -#include "common/pack-start.h" // START STRUCT PACKING - struct MOVatom { uint32 type; uint32 offset; @@ -216,8 +214,6 @@ protected: ScaleMode scaleMode; }; -#include "common/pack-end.h" // END STRUCT PACKING - const ParseTable *_parseTable; bool _foundMOOV; bool _foundMDAT; |