diff -r ba54057fe027 -r b68fcd923911 phoneapp/phoneui/src/cphoneappui.cpp --- 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 // KAknsMessageSkinChange #include #include -#include #include // for Notification for startup... #include #include // 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 );