homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuview.cpp
changeset 86 e4f038c420f7
parent 81 7dd137878ff8
child 97 66b5fe3c07fd
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuview.cpp	Wed Aug 18 10:33:57 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuview.cpp	Mon Sep 13 13:03:23 2010 +0300
@@ -24,7 +24,6 @@
 #include <HbMainWindow>
 #include <HbInstance>
 #include <HbSearchPanel>
-#include <HbPushButton>
 #include <HbToolBar>
 #include <HbView>
 #include <HbToolBarExtension>
@@ -188,15 +187,6 @@
 }
 
 /*!
-\return Collection button
- if available in the context or NULL otherwise.
- */
-HbPushButton *HsMenuView::contentButton() const
-{
-    return mAddContentButton;
-}
-
-/*!
  Makes search panel visible.
  Equivalent to \a setSearchPanelVisible(true)
  */
@@ -344,7 +334,6 @@
     mView = mBuilder.currentView();
     mListView = mBuilder.currentListView();
     mViewLabel = mBuilder.currentViewLabel();
-    mAddContentButton = mBuilder.currentAddContentButton();
 }