From 6f97a7ca817a36ff1e0ac3dcf9bb9113e4765bc0 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 5 Oct 2009 07:25:18 +0000 Subject: Cleanup svn-id: r44650 --- engines/sci/gui/gui_helpers.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'engines/sci') diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index 0fcf4ce6ca..bf83a6dac8 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -36,8 +36,6 @@ typedef reg_t GuiMemoryHandle; typedef int16 GuiViewLoopNo; typedef int16 GuiViewCelNo; -typedef uint16 GuiHandle; - struct GuiPort { uint16 id; int16 top, left; @@ -78,7 +76,6 @@ struct GuiCast { uint16 cel; uint16 z; uint16 pal; - GuiHandle hSaved; Common::Rect rect; }; @@ -99,14 +96,6 @@ struct GuiPalSchedule { uint32 schedule; }; -#define STUB(str) debug("STUB: '%s' at file %s line %d",str,__FILE__,__LINE__) - - -#define GETFTR_WINDOWMGR(x) (x & 0x00000001) -#define GETFTR_CANBEHERE(x) (x & 0x00000002) -#define GETFTR_SOUND(x) (x & 0x0000000C) -#define GETFTR_SHOWPIC(x) (x & 0x00000010) - enum { GFX_STOPUPDATE = 0x01, GFX_VIEWUPDATED = 0x02, -- cgit v1.2.3