From abf63e1be9060f2435c23088875af503b19f5f5b Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 2 Nov 2009 19:50:17 +0000 Subject: SCI/newgui: Removed GuiCast structure svn-id: r45613 --- engines/sci/gui/gui_helpers.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index 6bc91797b8..605acbd444 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -91,15 +91,6 @@ struct GuiAnimateEntry { }; typedef Common::List GuiAnimateList; -struct GuiCast { - uint16 view; - uint16 loop; - uint16 cel; - uint16 z; - uint16 pal; - Common::Rect rect; -}; - struct GuiColor { byte used; byte r, g, b; -- cgit v1.2.3