From 9575cc08a2d54af57ada390f0f736d64857a49d1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 13 Feb 2010 17:44:58 +0000 Subject: SCI: Move GameFeatures from EngineState to SciEngine svn-id: r48049 --- engines/sci/engine/state.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sci/engine/state.h') diff --git a/engines/sci/engine/state.h b/engines/sci/engine/state.h index afa3389464..eca061027c 100644 --- a/engines/sci/engine/state.h +++ b/engines/sci/engine/state.h @@ -36,8 +36,6 @@ namespace Common { } #include "sci/sci.h" -#include "sci/resource.h" -#include "sci/engine/features.h" #include "sci/engine/seg_manager.h" #include "sci/parser/vocabulary.h" @@ -122,8 +120,6 @@ public: Common::String _gameId; /**< Designation of the primary object (which inherits from Game) */ - GameFeatures *_features; - /* Non-VM information */ SciEvent *_event; // Event handling -- cgit v1.2.3