aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci')
-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;