diff options
Diffstat (limited to 'engines/zvision/scripting/actions.h')
-rw-r--r-- | engines/zvision/scripting/actions.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/zvision/scripting/actions.h b/engines/zvision/scripting/actions.h index f9e4ee8167..523890e9ac 100644 --- a/engines/zvision/scripting/actions.h +++ b/engines/zvision/scripting/actions.h @@ -239,7 +239,6 @@ public: bool execute(); private: - uint32 _key; Common::String _fileName; bool _loop; byte _volume; @@ -267,7 +266,6 @@ public: bool execute(); private: - uint32 _key; Common::String _fileName; uint32 _x; uint32 _y; @@ -304,7 +302,6 @@ public: bool execute(); private: - uint32 _key; Common::String _fileName; int32 _mask; int32 _framerate; @@ -357,7 +354,6 @@ public: bool execute(); private: - uint32 _key; ValueSlot *_max; }; @@ -454,7 +450,6 @@ public: ~ActionTimer(); bool execute(); private: - uint32 _key; ValueSlot *_time; }; |