diff options
| -rw-r--r-- | engines/voyeur/animation.cpp | 3 | ||||
| -rw-r--r-- | engines/voyeur/animation.h | 1 | 
2 files changed, 1 insertions, 3 deletions
| diff --git a/engines/voyeur/animation.cpp b/engines/voyeur/animation.cpp index be6148c351..7d6e854f87 100644 --- a/engines/voyeur/animation.cpp +++ b/engines/voyeur/animation.cpp @@ -224,8 +224,7 @@ Common::Rational RL2Decoder::RL2FileHeader::getFrameRate() const {  /*------------------------------------------------------------------------*/  RL2Decoder::RL2VideoTrack::RL2VideoTrack(const RL2FileHeader &header, RL2AudioTrack *audioTrack,  -		Common::SeekableReadStream *stream):  -		_header(header), _audioTrack(audioTrack), _fileStream(stream) { +		Common::SeekableReadStream *stream): _header(header), _fileStream(stream) {  	_frameOffsets = nullptr; diff --git a/engines/voyeur/animation.h b/engines/voyeur/animation.h index 273fc01252..5d08b5a8cf 100644 --- a/engines/voyeur/animation.h +++ b/engines/voyeur/animation.h @@ -130,7 +130,6 @@ private:  	private:  		Common::SeekableReadStream *_fileStream;  		const RL2FileHeader &_header; -		RL2AudioTrack *_audioTrack;  		Graphics::Surface *_surface;  		Graphics::Surface *_backSurface;  		bool _hasBackFrame; | 
