aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/screen.h')
-rw-r--r--engines/xeen/screen.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/xeen/screen.h b/engines/xeen/screen.h
index 032c2654dc..8e72e723c9 100644
--- a/engines/xeen/screen.h
+++ b/engines/xeen/screen.h
@@ -30,7 +30,6 @@
#include "common/rect.h"
#include "xeen/font.h"
#include "xeen/sprites.h"
-#include "xeen/window.h"
namespace Xeen {
@@ -38,7 +37,6 @@ namespace Xeen {
#define SCREEN_HEIGHT 200
#define PALETTE_COUNT 256
#define PALETTE_SIZE (256 * 3)
-#define GAME_WINDOW 28
class XeenEngine;
@@ -72,18 +70,10 @@ public:
*/
virtual void addDirtyRect(const Common::Rect &r);
public:
- Common::Array<Window> _windows;
-
- Common::Array<Window *> _windowStack;
-public:
Screen(XeenEngine *vm);
virtual ~Screen();
- void setupWindows();
-
- void closeWindows();
-
void update();
/**