--- a/messagingfw/senduiservices/src/SendUi.cpp Tue Sep 14 22:16:31 2010 +0300
+++ b/messagingfw/senduiservices/src/SendUi.cpp Wed Oct 13 15:05:36 2010 +0300
@@ -303,28 +303,6 @@
return iSendUiImpl->TechnologyType( aServiceUid );
}
-// -----------------------------------------------------------------------------
-// CSendUi::AddSendMenuItemToMenuPaneL
-//
-// (other items were commented in a header).
-// -----------------------------------------------------------------------------
-//
-EXPORT_C void CSendUi::AddSendMenuItemToMenuPaneL(
- TBool& aResult,
- CEikMenuPane& aMenuPane,
- TInt aIndex,
- TInt aCommandId,
- TSendingCapabilities aRequiredCapabilities)
- {
- iSendUiImpl->AddTypedMenuItemToMenuPaneL(
- aResult,
- ESendMenu,
- aMenuPane,
- aIndex,
- aCommandId,
- aRequiredCapabilities
- );
- }
// ========================== OTHER EXPORTED FUNCTIONS =========================