aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index 15371e405f..ce785e76ae 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -277,27 +277,6 @@ public:
};
typedef Common::Array<SceneNode> SceneNodeList;
-class InterfaceSurface : public MSurface {
-private:
- MADSEngine *_vm;
-public:
- ScrCategory _category;
- int _screenObjectsCount;
-public:
- /**
- * Constructor
- */
- InterfaceSurface(MADSEngine *vm);
-
- /**
- * Loads an interface from a specified resource
- */
- void load(const Common::String &resName);
-
- void elementHighlighted();
-
- void writeText();
-};
/**
* Handles general data for a given scene