aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-03 17:44:07 +0200
committerJohannes Schickel2012-07-03 17:44:37 +0200
commitb2ba37a039715e64dba8b534cc23d72624469f34 (patch)
treeaaf2d7fcf0714379329e8eb7cb2ddc8a0f4afab5 /engines/kyra/screen_lol.h
parentf9d2871eb4c1fa9e11e051dfd65d85bc892f8bc1 (diff)
downloadscummvm-rg350-b2ba37a039715e64dba8b534cc23d72624469f34.tar.gz
scummvm-rg350-b2ba37a039715e64dba8b534cc23d72624469f34.tar.bz2
scummvm-rg350-b2ba37a039715e64dba8b534cc23d72624469f34.zip
KYRA: Get rid of unused private class members.
Thanks to salty-horse for pointing at these.
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index 3bba9f8b70..09496705bb 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -89,8 +89,6 @@ public:
static void convertPC98Gfx(uint8 *data, int w, int h, int pitch);
private:
- LoLEngine *_vm;
-
static const ScreenDim _screenDimTable256C[];
static const ScreenDim _screenDimTable16C[];
static const int _screenDimTableCount;