From bd4e6e0c1873d6a1fe387114d06ec95a0756a2db Mon Sep 17 00:00:00 2001 From: richiesams Date: Sun, 11 Aug 2013 13:40:23 -0500 Subject: ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methods --- engines/zvision/cursor.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/zvision/cursor.h b/engines/zvision/cursor.h index 0d91a48f0f..77093c4daf 100644 --- a/engines/zvision/cursor.h +++ b/engines/zvision/cursor.h @@ -33,7 +33,7 @@ class String; namespace ZVision { -class ZorkCursor : public Graphics::Cursor { +class ZorkCursor { public: ZorkCursor(); ZorkCursor(const Common::String &fileName); @@ -56,9 +56,6 @@ public: uint16 getHotspotY() const { return _hotspotY; } byte getKeyColor() const { return 0; } const byte *getSurface() const { return _surface; } - const byte *getPalette() const { return 0; } - byte getPaletteStartIndex() const { return 0; } - uint16 getPaletteCount() const { return 0; } }; } // End of namespace ZVision -- cgit v1.2.3