aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-04 18:00:11 +0000
committerJohannes Schickel2009-10-04 18:00:11 +0000
commitd0bc425da6db52258ef25bf9c73640892182ec91 (patch)
treefdf0bae1fbf87edb90869a4d91c26b12e17e1d31 /engines/sci
parenteaca55ee50172ce98e0a53629251602884dcb918 (diff)
downloadscummvm-rg350-d0bc425da6db52258ef25bf9c73640892182ec91.tar.gz
scummvm-rg350-d0bc425da6db52258ef25bf9c73640892182ec91.tar.bz2
scummvm-rg350-d0bc425da6db52258ef25bf9c73640892182ec91.zip
Remove obsolete comment.
svn-id: r44625
Diffstat (limited to 'engines/sci')
-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;