Apply Tizen2.2 GUI
[apps/native/sample/BasicApp.git] / project / src / MainForm.cpp
index ea33614..0377576 100644 (file)
@@ -103,14 +103,7 @@ MainForm::OnInitializing(void)
                pHeader->AddActionEventListener(*this);
        }
 
-       // Create footer
-       Footer * pFooter = GetFooter();
-       if (pFooter != null)
-       {
-               pFooter->SetStyle(FOOTER_STYLE_BUTTON_ICON);
-               pFooter->SetBackButton();
-               SetFormBackEventListener(this);
-       }
+       SetFormBackEventListener(this);
 
        // Create the Button panel
        ButtonPanel* pButtonPanel = new (std::nothrow) ButtonPanel();