aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/ports.h')
-rw-r--r--engines/sci/graphics/ports.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/graphics/ports.h b/engines/sci/graphics/ports.h
index b94d54ab10..9faee2be8d 100644
--- a/engines/sci/graphics/ports.h
+++ b/engines/sci/graphics/ports.h
@@ -37,9 +37,6 @@ class GfxPaint16;
class GfxScreen;
class GfxText16;
-#define PORTS_FIRSTWINDOWID 2
-#define PORTS_FIRSTSCRIPTWINDOWID 3
-
// window styles
enum {
SCI_WINDOWMGR_STYLE_TRANSPARENT = (1 << 0),