phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuiutils/src/cphonecallthememonitor.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -54,20 +54,7 @@
     __LOGMETHODSTARTEND( EPhoneUIUtils, "CPhoneCallThemeMonitor::ConstructL ()" );    
 
     // Get all current values
-    TRAP_IGNORE( ReadAllL() );
-    
-// <-- QT PHONE START-->    
-    // Start listen changes in setting and image path
-    /*CPhoneCenRepProxy::Instance()->NotifyChangeL(
-        KCRUidThemes, 
-        KThemesCallImagePath,
-        this );
-    
-    CPhoneCenRepProxy::Instance()->NotifyChangeL(
-        KCRUidThemes, 
-        KThemesCallImageSetting,
-        this );*/
-// <-- QT PHONE END-->        
+    TRAP_IGNORE( ReadAllL() );    
     }
 
 // -----------------------------------------------------------------------------
@@ -179,14 +166,6 @@
         iCallerImageThemePath = NULL;
         iCallerImageThemePath = HBufC::NewL( KMaxFilePathLength );
         TPtr imagePtr ( iCallerImageThemePath->Des() );
-
-// <-- QT PHONE START-->        
-        // Get image file path
-        /*CPhoneCenRepProxy::Instance()->GetString(
-            KCRUidThemes,
-            KThemesCallImagePath,
-            imagePtr );*/
-// <-- QT PHONE END-->
             
         __PHONELOG1( EBasic, EPhoneUIUtils,
             "CPhoneCallThemeMonitor::ReadAllL -> image path = %S", &imagePtr );