diff options
author | Martin Kiewitz | 2009-11-02 19:50:17 +0000 |
---|---|---|
committer | Martin Kiewitz | 2009-11-02 19:50:17 +0000 |
commit | abf63e1be9060f2435c23088875af503b19f5f5b (patch) | |
tree | fe05eb565a87a9a4d057b59acb2a0d1acb21aac9 /engines | |
parent | 10a902735afa9f1a7c5eeef868293bee68003a66 (diff) | |
download | scummvm-rg350-abf63e1be9060f2435c23088875af503b19f5f5b.tar.gz scummvm-rg350-abf63e1be9060f2435c23088875af503b19f5f5b.tar.bz2 scummvm-rg350-abf63e1be9060f2435c23088875af503b19f5f5b.zip |
SCI/newgui: Removed GuiCast structure
svn-id: r45613
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 9 |
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; |