From deada3e30d1b897191dd2a97ac74999a1f967578 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 10:11:43 -0400 Subject: SHERLOCK: RT: Beginnings of journal display --- engines/sherlock/tattoo/tattoo_scene.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/sherlock/tattoo/tattoo_scene.h') diff --git a/engines/sherlock/tattoo/tattoo_scene.h b/engines/sherlock/tattoo/tattoo_scene.h index 58a73ec557..0118a9dd26 100644 --- a/engines/sherlock/tattoo/tattoo_scene.h +++ b/engines/sherlock/tattoo/tattoo_scene.h @@ -47,10 +47,6 @@ struct SceneTripEntry { class TattooScene : public Scene { private: int _arrowZone; - int _maskCounter; - Common::Point _maskOffset; - byte _lookupTable[PALETTE_COUNT]; - byte _lookupTable1[PALETTE_COUNT]; private: void doBgAnimCheckCursor(); @@ -63,11 +59,6 @@ private: void doBgAnimDrawSprites(); - /** - * Makes a greyscale translation table for each palette entry in the table - */ - void setupBGArea(const byte cMap[PALETTE_SIZE]); - /** * Resets the NPC path information when entering a new scene. * @remarks The default talk file for the given NPC is set to WATS##A, where ## is @@ -108,7 +99,6 @@ protected: */ virtual void synchronize(Serializer &s); public: - ImageFile *_mask, *_mask1; CAnimStream _activeCAnim; Common::Array _sceneTripCounters; bool _labTableScene; -- cgit v1.2.3