From db536da8d3838bc69cd2c18f49d62e9151d425a5 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 28 Feb 2011 20:32:46 +0100 Subject: SCI: Skip Ports when iterating over Windows in GC --- engines/sci/graphics/ports.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/sci/graphics/ports.h') 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), -- cgit v1.2.3