aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/commands.cpp')
-rw-r--r--engines/parallaction/commands.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/parallaction/commands.cpp b/engines/parallaction/commands.cpp
index 50fbeb20da..340019491f 100644
--- a/engines/parallaction/commands.cpp
+++ b/engines/parallaction/commands.cpp
@@ -189,22 +189,6 @@ void Parallaction::parseCommands(Script &script, CommandList& list) {
}
-void Parallaction::freeCommands(CommandList &list) {
-
- CommandList::iterator it = list.begin();
-
- while ( it != list.end() ) {
- delete *it;
- it++;
- }
-
- list.clear();
-
- return;
-}
-
-
-
void Parallaction::runCommands(CommandList& list, Zone *z) {
debugC(1, kDebugLocation, "runCommands");