radioengine/engine/src/cradioengineimp.cpp
changeset 36 ba22309243a1
parent 34 bc10a61bd7d3
child 38 f8c3d4e6102c
--- a/radioengine/engine/src/cradioengineimp.cpp	Tue Jun 29 15:09:03 2010 +0300
+++ b/radioengine/engine/src/cradioengineimp.cpp	Thu Jul 08 12:44:18 2010 +0300
@@ -1412,12 +1412,14 @@
 void CRadioEngineImp::MrpoMuteChange( TBool aMute )
     {
     LEVEL3( LOG_METHOD_AUTO );
-    TBool muted = iSettings->EngineSettings().IsVolMuted();
-    if ( !aMute != !muted )
-        {
-        iSettings->RadioSetter().SetVolMuted( aMute );
-        NotifyRadioEvent( ERadioEventMute );
-        }
+    LOG_FORMAT( "CRadioEngineImp::MrpoMuteChange muted: %d", aMute );
+
+//    TBool muted = iSettings->EngineSettings().IsVolMuted();
+//    if ( !aMute != !muted )
+//        {
+//        iSettings->RadioSetter().SetVolMuted( aMute );
+//        NotifyRadioEvent( ERadioEventMute );
+//        }
     }
 
 // ---------------------------------------------------------------------------