aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_areas.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-02-06 15:33:38 +0100
committerBastien Bouclet2016-02-07 15:27:03 +0100
commitafdcbbae9866d92a434172635d7732b4bb118bdd (patch)
treee781d55999b78f21fce34fd46d1ba58b15010446 /engines/mohawk/myst_areas.h
parentae93f2426763e7965caf5484682d7ad98ffbf4b0 (diff)
downloadscummvm-rg350-afdcbbae9866d92a434172635d7732b4bb118bdd.tar.gz
scummvm-rg350-afdcbbae9866d92a434172635d7732b4bb118bdd.tar.bz2
scummvm-rg350-afdcbbae9866d92a434172635d7732b4bb118bdd.zip
MOHAWK: Remove MystAreaImageSwitch::_numSubImages
Diffstat (limited to 'engines/mohawk/myst_areas.h')
-rw-r--r--engines/mohawk/myst_areas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mohawk/myst_areas.h b/engines/mohawk/myst_areas.h
index 80bfb3b146..dfaa90e8a3 100644
--- a/engines/mohawk/myst_areas.h
+++ b/engines/mohawk/myst_areas.h
@@ -165,7 +165,6 @@ public:
protected:
uint16 _imageSwitchVar;
- uint16 _numSubImages;
Common::Array<SubImage> _subImages;
};