mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp
changeset 32 edd273b3192a
parent 20 b1fb57be53fe
child 58 c76ea6caa649
--- a/mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp	Fri May 14 16:21:14 2010 +0300
+++ b/mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp	Thu May 27 13:19:19 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;