mpx/playbackframework/playbackserver/src/mpxplaybackserversession.cpp
branchGCC_SURGE
changeset 47 f3d2589f22d6
parent 32 edd273b3192a
child 58 c76ea6caa649
--- 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<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;