aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint16.h
diff options
context:
space:
mode:
authorMax Horn2013-04-18 20:14:44 +0200
committerMax Horn2013-04-18 23:50:20 +0200
commit51bde6ced569b165b4cb5d0891b2e306e2c2d7f2 (patch)
tree9911efd7b7fcde7677a684200ca3588fdaca18fe /engines/sci/graphics/paint16.h
parentb791edabf7ccba930ad0cea09f9b8449a87d8bcb (diff)
downloadscummvm-rg350-51bde6ced569b165b4cb5d0891b2e306e2c2d7f2.tar.gz
scummvm-rg350-51bde6ced569b165b4cb5d0891b2e306e2c2d7f2.tar.bz2
scummvm-rg350-51bde6ced569b165b4cb5d0891b2e306e2c2d7f2.zip
SCI: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
Diffstat (limited to 'engines/sci/graphics/paint16.h')
-rw-r--r--engines/sci/graphics/paint16.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h
index 46df203200..e06021c3e7 100644
--- a/engines/sci/graphics/paint16.h
+++ b/engines/sci/graphics/paint16.h
@@ -38,7 +38,7 @@ class GfxView;
*/
class GfxPaint16 : public GfxPaint {
public:
- GfxPaint16(ResourceManager *resMan, SegManager *segMan, Kernel *kernel, GfxCache *cache, GfxPorts *ports, GfxCoordAdjuster *coordAdjuster, GfxScreen *screen, GfxPalette *palette, GfxTransitions *transitions, AudioPlayer *audio);
+ GfxPaint16(ResourceManager *resMan, SegManager *segMan, GfxCache *cache, GfxPorts *ports, GfxCoordAdjuster *coordAdjuster, GfxScreen *screen, GfxPalette *palette, GfxTransitions *transitions, AudioPlayer *audio);
~GfxPaint16();
void init(GfxAnimate *animate, GfxText16 *text16);
@@ -89,7 +89,6 @@ public:
private:
ResourceManager *_resMan;
SegManager *_segMan;
- Kernel *_kernel;
AudioPlayer *_audio;
GfxAnimate *_animate;
GfxCache *_cache;