aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2009-11-02 19:50:17 +0000
committerMartin Kiewitz2009-11-02 19:50:17 +0000
commitabf63e1be9060f2435c23088875af503b19f5f5b (patch)
treefe05eb565a87a9a4d057b59acb2a0d1acb21aac9
parent10a902735afa9f1a7c5eeef868293bee68003a66 (diff)
downloadscummvm-rg350-abf63e1be9060f2435c23088875af503b19f5f5b.tar.gz
scummvm-rg350-abf63e1be9060f2435c23088875af503b19f5f5b.tar.bz2
scummvm-rg350-abf63e1be9060f2435c23088875af503b19f5f5b.zip
SCI/newgui: Removed GuiCast structure
svn-id: r45613
-rw-r--r--engines/sci/gui/gui_helpers.h9
1 files changed, 0 insertions, 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<GuiAnimateEntry *> GuiAnimateList;
-struct GuiCast {
- uint16 view;
- uint16 loop;
- uint16 cel;
- uint16 z;
- uint16 pal;
- Common::Rect rect;
-};
-
struct GuiColor {
byte used;
byte r, g, b;