diff options
author | md5 | 2011-03-20 14:54:36 +0200 |
---|---|---|
committer | md5 | 2011-03-20 14:54:36 +0200 |
commit | a43689550e46b0d2299de48c777848adaca9f189 (patch) | |
tree | d81a01b5f24debfa88c4b1e3e6eb6045fb1ec7dc | |
parent | c77e7f75a66c5236347fc6fc907e67f053a048fb (diff) | |
download | scummvm-rg350-a43689550e46b0d2299de48c777848adaca9f189.tar.gz scummvm-rg350-a43689550e46b0d2299de48c777848adaca9f189.tar.bz2 scummvm-rg350-a43689550e46b0d2299de48c777848adaca9f189.zip |
SCI: Removed forward references to obsolete classes
-rw-r--r-- | engines/sci/graphics/paint16.h | 1 | ||||
-rw-r--r-- | engines/sci/sci.h | 1 |
2 files changed, 0 insertions, 2 deletions
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 |