homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h
changeset 92 6727c5d0afc7
parent 85 35368b604b28
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h	Fri Sep 17 08:27:54 2010 +0300
@@ -56,7 +56,6 @@
     HbView *view() const;
 
     HbListView *listView() const;
-    HbPushButton *contentButton() const;
 
     void activate();
     void inactivate();
@@ -100,7 +99,6 @@
     HbView *mView; // once this is constructed it is not NULL
     HbListView *mListView; // may be NULL in some contexts
     HbGroupBox *mViewLabel; // may be NULL in some contexts
-    HbPushButton *mAddContentButton; // may be NULL in some contexts
 
     QScopedPointer<HsSearchView> mHsSearchView;
     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)