mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp
branchRCL_3
changeset 30 6f9f6e99a23e
parent 14 05b0d2323768
--- 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<CMPXMedia>(aMessage, 1, cmd);
             CleanupStack::PushL(cmd);
-            if (aMessage.Int0())
-                { // aSync command
-                SetAsync(aMessage);
-                } // else sync command
             iPlayer->CommandL(*cmd, *iMessageQueue);
             CleanupStack::PopAndDestroy(cmd);
             break;