Removed the deprecated Menu and Back buuton api
[apps/osp/Gallery.git] / src / GlAlbumNameEditorForm.cpp
index a2e945e..4da5a0a 100644 (file)
@@ -101,9 +101,6 @@ AlbumNameEditorForm::OnInitializing(void)
 
        pHeader->SetStyle(HEADER_STYLE_TITLE);
 
-       GetFooter()->SetBackButtonEnabled(true);
-       GetFooter()->SetBackButton();
-
        FooterItem itemSave;
        itemSave.Construct(IDA_BUTTON_CREATE_NAME_SAVE);
        itemSave.SetText(ResourceManager::GetString(L"IDS_COM_OPT_SAVE"));