diff options
author | Eugene Sandulenko | 2013-12-19 23:30:52 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2013-12-20 00:17:42 +0200 |
commit | f91f043b103099873ef2ff691c9bd2fc3f2863c8 (patch) | |
tree | 7ec14992a3036302d6685be53a557d3abb7e4ecd | |
parent | bf59b074d287a9c38ea64148c2bd5f4a4e6e29b4 (diff) | |
download | scummvm-rg350-f91f043b103099873ef2ff691c9bd2fc3f2863c8.tar.gz scummvm-rg350-f91f043b103099873ef2ff691c9bd2fc3f2863c8.tar.bz2 scummvm-rg350-f91f043b103099873ef2ff691c9bd2fc3f2863c8.zip |
FULLPIPE: Remove logically dead code. CID 1138359
-rw-r--r-- | engines/fullpipe/motion.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index 3d8d6625b4..ab8815e5f9 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -318,9 +318,6 @@ MessageQueue *MctlLadder::method34(StaticANIObject *subj, int xpos, int ypos, in if (mq) { if (mq->chain(subj)) return mq; - - } else { - delete mq; } return 0; |