FULLPIPE: Remove logically dead code. CID 1138359

This commit is contained in:
Eugene Sandulenko 2013-12-19 23:30:52 +02:00
parent bf59b074d2
commit f91f043b10

View File

@ -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;