presencesettingsui/src/psuisipxdmsettingitem.cpp
changeset 13 b7e70c0792e6
parent 0 c8caa15ef882
--- a/presencesettingsui/src/psuisipxdmsettingitem.cpp	Fri Mar 19 09:37:41 2010 +0200
+++ b/presencesettingsui/src/psuisipxdmsettingitem.cpp	Fri Apr 16 15:21:55 2010 +0300
@@ -175,19 +175,8 @@
 // See header for details.
 // ---------------------------------------------------------------------------
 //
-void CPSUISipXdmSettingItem::LaunchSettingDlgL( TInt& aIndex, CDesCArray* aArray )
+void CPSUISipXdmSettingItem::LaunchSettingDlgL( TInt& /*aIndex*/, CDesCArray* /*aArray*/ )
     {
-    CAknRadioButtonSettingPage* dlg = new (ELeave ) CAknRadioButtonSettingPage(
-        R_RADIOBUTTON_SETTING_PAGE, 
-        aIndex, 
-        aArray );
-    CleanupStack::PushL( dlg );
-    dlg->SetSettingTextL( SettingName() );
-    SetSettingPage( dlg );
-    SettingPage()->SetSettingPageObserver( this );
-    CleanupStack::Pop( dlg );  // dlg
-    SettingPage()->ExecuteLD( CAknSettingPage::EUpdateWhenAccepted );
-    SetSettingPage( 0 ); // dlg deleted
     }
 
 // End of File