From a43689550e46b0d2299de48c777848adaca9f189 Mon Sep 17 00:00:00 2001 From: md5 Date: Sun, 20 Mar 2011 14:54:36 +0200 Subject: SCI: Removed forward references to obsolete classes --- engines/sci/graphics/paint16.h | 1 - engines/sci/sci.h | 1 - 2 files changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h index 4f709fd7c6..69ddf09ea6 100644 --- a/engines/sci/graphics/paint16.h +++ b/engines/sci/graphics/paint16.h @@ -36,7 +36,6 @@ class GfxPorts; class GfxScreen; class GfxPalette; class Font; -class SciGuiPicture; class GfxView; /** diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 26ddb00a01..cd50b2402c 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -77,7 +77,6 @@ class GfxText16; class GfxTransitions; #ifdef ENABLE_SCI32 -class SciGui32; class RobotDecoder; class GfxFrameout; #endif -- cgit v1.2.3