Remove title
[platform/framework/web/wrt.git] / src / wrt-client / window_data.h
index 94be95c..e5de07d 100644 (file)
@@ -119,14 +119,12 @@ class WindowData : private DPL::Noncopyable
             const char* source);
 
     void changeViewMode();
-    void createTitleToolbar(CtxMenuItems ctxMenuItems);
     void createToolbar(CtxMenuItems ctxMenuItems);
     void showToolbar();
     void hideToolbar();
     void createOptionButton();
     void destroyOptionButton();
     void setViewMode(
-            const char *title,
             bool fullscreen,
             bool backbutton,
             CtxMenuItems ctxMenuItems);
@@ -167,14 +165,8 @@ class WindowData : private DPL::Noncopyable
     void hideHiddenOption(Evas_Object* parent);
 
     void alignProgressPosition();
-    void createTitle(const char* data, CtxMenuItems ctxMenuItems);
-    void showTitle(const char* data);
-    void hideTitle();
-    void createMoreButton();
-    void createTitleButton();
-    void createFloatBackButton();
-    void updateTitleButton(const bool display);
     void toggleIndicator(bool indicator);
+    void createFloatBackButton();
 };
 
 #endif /* WINDOW_INITIALIZE_H_ */