aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/statics.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index d15da94ab1..a796665522 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -1522,9 +1522,6 @@ Movement::~Movement() {
if (_updateFlag1)
_dynamicPhases.remove_at(0);
- for (uint i = 0; i < _dynamicPhases.size(); i++)
- delete _dynamicPhases[i];
-
_dynamicPhases.clear();
}