diff -r 780c925249c1 -r 51035f0751c2 mpx/playbackframework/playbackengine/src/mpxplaybackengine.cpp --- a/mpx/playbackframework/playbackengine/src/mpxplaybackengine.cpp Wed Mar 31 22:26:09 2010 +0300 +++ b/mpx/playbackframework/playbackengine/src/mpxplaybackengine.cpp Wed Apr 14 16:28:17 2010 +0300 @@ -1678,14 +1678,6 @@ iCallback->HandleProperty(aProperty,aValue,aError); iCallback = NULL; iTaskQueue->CompleteTask(); - - // notify client the new position during the playback - if ((EPbPropertyPosition == aProperty) && (iProgressTimer->IsActive())) - { - TRAP_IGNORE(iClientList->SendMsgL( - TMPXPlaybackMessage(TMPXPlaybackMessage::EPropertyChanged, - EPbPropertyPosition,aValue))); - } } MPX_DEBUG2("<--CMPXPlaybackEngine::HandleProperty 0x%08x", this); }