diff options
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r-- | engines/prince/script.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h index a323c1784d..86b998829f 100644 --- a/engines/prince/script.h +++ b/engines/prince/script.h @@ -74,11 +74,9 @@ private: uint8 _stacktop; uint8 _savedStacktop; uint32 _waitFlag; - Audio::SoundHandle _soundHandle; const byte *_string; uint32 _currentString; - Common::SeekableReadStream *_voiceStream; const char *_mode; // Helper functions |