Removed the deprecated Menu and Back buuton api
[apps/osp/Gallery.git] / src / GlSettingMainForm.cpp
index c25cdaf..51ae65f 100644 (file)
@@ -90,13 +90,6 @@ SettingMainForm::OnInitializing(void)
                __pList->AddGroupedListViewItemEventListener(*this);
        }
 
-       Footer* pFooter = GetFooter();
-       if (pFooter)
-       {
-               AppLogDebug("setting back button");
-               pFooter->SetBackButtonEnabled(true);
-       }
-
        SetFormBackEventListener(this);
        AppLogDebug("EXIT(%s)", GetErrorMessage(GetLastResult()));