aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-05-13 14:38:05 +0000
committerNicola Mettifogo2007-05-13 14:38:05 +0000
commitae63466446af9b906d7a1795aaeb866956bd0c13 (patch)
tree62ff3badf0d562ebec573d737948a33bee50fa85 /engines/parallaction/commands.h
parenta8c6dc6e7d1594791f0d47b1f4877b4a655053a3 (diff)
downloadscummvm-rg350-ae63466446af9b906d7a1795aaeb866956bd0c13.tar.gz
scummvm-rg350-ae63466446af9b906d7a1795aaeb866956bd0c13.tar.bz2
scummvm-rg350-ae63466446af9b906d7a1795aaeb866956bd0c13.zip
cleanup
svn-id: r26834
Diffstat (limited to 'engines/parallaction/commands.h')
-rw-r--r--engines/parallaction/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index 91410218b9..dee063de66 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -73,7 +73,6 @@ struct Command {
~Command();
};
-//typedef Common::List<Command*> CommandList;
typedef ManagedList<Command*> CommandList;
} // namespace Parallaction