From 5c1f91eed42aab58f022ca82066c91e5a672131c Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 18 May 2006 13:18:02 +0000 Subject: Allow changing scaler while playing MPEG cutscenes. svn-id: r22515 --- engines/sword2/animation.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sword2/animation.h') diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 960721b8a1..32598c013d 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -45,9 +45,6 @@ class AnimationState : public ::Graphics::BaseAnimationState { private: Sword2Engine *_vm; - int _frameWidth; - int _frameHeight; - public: AnimationState(Sword2Engine *vm); ~AnimationState(); @@ -57,7 +54,6 @@ public: #endif void clearScreen(); - void updateScreen(); private: void drawYUV(int width, int height, byte *const *dat); -- cgit v1.2.3