diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp --- a/phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phoneuivoipextension/src/cphoneextensionhandler.cpp Fri Apr 16 14:58:25 2010 +0300 @@ -21,11 +21,7 @@ #include #include #include -// <-- QT PHONE START --> -//#include #include "phoneresourceids.h" -//#include -// <-- QT PHONE END --> #include #include @@ -99,32 +95,6 @@ return interface->HandleCommandL( aCommand ); } - - -// ----------------------------------------------------------- -// CPhoneExtensionHandler::CustomizeTouchPaneButtonsL -// ----------------------------------------------------------- -// -// <-- QT PHONE START --> -/*void CPhoneExtensionHandler::CustomizeTouchPaneButtonsL( - TUint aServiceId, - RArray& aArray, - MBubbleTouchPaneInterface& aTouchPane ) - { - __LOGMETHODSTARTEND( PhoneUIVoIPExtension, - "CPhoneExtensionHandler::CustomizeTouchPaneButtonsL" ); - - // <-- QT PHONE START --> - CTelMenuExtension* interface = MenuExtensionL( aServiceId ); - - TPhTouchPaneWrapper wrapper( aTouchPane ); - interface->ModifyExtensionsTouchPaneButtonsL( - aArray, - wrapper); - // <-- QT PHONE END --> - }*/ -// <-- QT PHONE END --> - // ----------------------------------------------------------- // CPhoneExtensionHandler::ModifyInCallMenuL // -----------------------------------------------------------