homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuview.cpp
changeset 92 6727c5d0afc7
parent 85 35368b604b28
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuview.cpp	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsmenuview.cpp	Fri Sep 17 08:27:54 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();
 }