phoneapp/phoneui/src/cphoneappui.cpp
branchRCL_3
changeset 34 b68fcd923911
parent 25 91c2fb4b78df
--- a/phoneapp/phoneui/src/cphoneappui.cpp	Tue May 11 16:13:03 2010 +0300
+++ b/phoneapp/phoneui/src/cphoneappui.cpp	Tue May 25 12:41:50 2010 +0300
@@ -35,7 +35,6 @@
 #include <AknsConstants.h>   // KAknsMessageSkinChange
 #include <bautils.h>
 #include <StringLoader.h>
-#include <aknsoundsystem.h>
 #include <aknnotewrappers.h> // for Notification for startup...
 #include <eikbtgpc.h>
 #include <eiksoftkeyimage.h> // EikSoftkeyImage
@@ -129,10 +128,6 @@
         
     iEnvChangeNotifier->Start();
 
-    // Push key sounds to sound system.
-    CAknKeySoundSystem* keySounds = KeySounds();
-    keySounds->PushContextL( R_PHONEUI_DEFAULT_SKEY_LIST );
-   
     iPhoneViewController = CPhoneViewController::NewL( ClientRect() );
     iPhoneUIController = CPhoneUIController::NewL( *iPhoneViewController );