presencesettingsui/src/psuigsplugin.cpp
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 13 b7e70c0792e6
--- a/presencesettingsui/src/psuigsplugin.cpp	Tue Feb 02 01:05:17 2010 +0200
+++ b/presencesettingsui/src/psuigsplugin.cpp	Fri Mar 19 09:37:41 2010 +0200
@@ -505,30 +505,10 @@
 // 
 void CPSUIGSPlugin::UpdateMSK()
     {
-    if ( !Cba() )
-        {
-        return;
-        }
-    
     TBool showEdit = ( 0 < Container()->iListBox->Model()->NumberOfItems());
     CEikCba* cba = static_cast< CEikCba* >( Cba()->ButtonGroup() );
     cba->MakeCommandVisible( EPSUICmdEdit, showEdit );
     cba->DrawNow();
     }
-    
-// ---------------------------------------------------------------------------
-// CPSUIGSPlugin::HandleListBoxEventL()
-// ---------------------------------------------------------------------------
-//
-void CPSUIGSPlugin::HandleListBoxEventL(
-	  CEikListBox* /*aListBox*/, TListBoxEvent aListBoxEvent)
-    {
-    // if the Select Key has been pressed
-    if ((aListBoxEvent == MEikListBoxObserver::EEventEnterKeyPressed) ||
-    (aListBoxEvent == MEikListBoxObserver::EEventItemSingleClicked))
-        {
-        HandleListBoxSelectionL();   
-        }
-    }
 
 // End of file