aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/res.h')
-rw-r--r--engines/lure/res.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/res.h b/engines/lure/res.h
index aaf50754f9..ac0430e32d 100644
--- a/engines/lure/res.h
+++ b/engines/lure/res.h
@@ -79,7 +79,6 @@ private:
PausedCharacterList _pausedList;
BarmanLists _barmanLists;
StringList _stringList;
- HotspotSchedules _hotspotSchedules;
int numCharOffsets;
uint16 *_charOffsets;
@@ -135,7 +134,6 @@ public:
RoomExitIndexedHotspotList &exitHotspots() { return _indexedRoomExitHospots; }
PausedCharacterList &pausedList() { return _pausedList; }
BarmanLists &barmanLists() { return _barmanLists; }
- HotspotSchedules &hotspotSchedules() { return _hotspotSchedules; }
StringList &stringList() { return _stringList; }
uint16 getCharOffset(int index) {
if (index >= numCharOffsets)