aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/commands.h')
-rw-r--r--engines/parallaction/commands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index 3e38f8bfe8..046f413469 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -48,8 +48,6 @@ union CommandData {
};
struct Command : public Node {
-// Node _node;
-
uint16 _id;
CommandData u;
uint32 _flagsOn;