From 23ebeec600f8210601dd45fc42c21a596fa6d127 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 5 Mar 2014 07:27:39 -0500 Subject: MADS: Further implementation of drawElements --- engines/mads/scene_data.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'engines/mads/scene_data.h') 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 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 -- cgit v1.2.3