diff -r 3b7506f63335 -r f3d2589f22d6 mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp --- a/mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp Wed Jun 16 16:05:08 2010 +0100 +++ b/mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp Thu Jul 22 16:38:21 2010 +0100 @@ -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;