aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui')
-rw-r--r--engines/sci/gui/gui_helpers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h
index c6a97be56a..1465100adb 100644
--- a/engines/sci/gui/gui_helpers.h
+++ b/engines/sci/gui/gui_helpers.h
@@ -44,8 +44,6 @@ struct GUINode1 : GUINode {
uint16 value;
};
-// GUIPort and GUIWindow need to be binary identical, so if you change anything in one, you have to change it in the other one
-// as well!
struct GUIPort {
GUINode node; // node struct for list operations
int16 top, left;