diff -r f56ec6ce2732 -r 6f9f6e99a23e mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp --- a/mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp Tue May 11 16:40:32 2010 +0300 +++ b/mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp Tue May 25 13:14:13 2010 +0300 @@ -475,10 +475,6 @@ CMPXCommand* cmd( NULL ); ::NewFromMessageL(aMessage, 1, cmd); CleanupStack::PushL(cmd); - if (aMessage.Int0()) - { // aSync command - SetAsync(aMessage); - } // else sync command iPlayer->CommandL(*cmd, *iMessageQueue); CleanupStack::PopAndDestroy(cmd); break;