NABI_SE Issue Fix 45285 45321 45446 45336
[apps/osp/Contacts.git] / src / CtContactDetailsForm.cpp
index ed871f0..6664b16 100644 (file)
@@ -542,11 +542,6 @@ ContactDetailsForm::InitializeAppControl(Tizen::Base::Collection::IList* pArgs)
                                footerItemEdit.SetText(ResourceManager::GetString(L"IDS_COM_SK_EDIT"));
                                pFooter->AddItem(footerItemEdit);
 
-                               FooterItem footerItemDelete;
-                               footerItemDelete.Construct(IDA_FOOTER_DELETE);
-                               footerItemDelete.SetText(ResourceManager::GetString(L"IDS_COM_SK_DELETE"));
-                               pFooter->AddItem(footerItemDelete);
-
                                __pPresentationModel->AddContactChangeListener(*this);
                        }
                        else