From a613a27b44eae68650eb9150ea146dff9befea28 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 18 Jun 2016 20:48:10 -0500 Subject: SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine) This line drawing code lives in a remodelled GfxPaint32 class that is totally separate from GfxPaint16. --- engines/sci/sci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 56ee2f4403..cc26db32d4 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -67,7 +67,6 @@ class GfxCoordAdjuster; class GfxCursor; class GfxMacIconBar; class GfxMenu; -class GfxPaint; class GfxPaint16; class GfxPaint32; class GfxPalette; @@ -358,7 +357,6 @@ public: GfxPalette32 *_gfxPalette32; // Palette for 32-bit gfx GfxRemap *_gfxRemap16; // Remapping for the QFG4 demo GfxRemap32 *_gfxRemap32; // Remapping for 32-bit gfx - GfxPaint *_gfxPaint; GfxPaint16 *_gfxPaint16; // Painting in 16-bit gfx GfxPaint32 *_gfxPaint32; // Painting in 32-bit gfx GfxPorts *_gfxPorts; // Port managment for 16-bit gfx -- cgit v1.2.3