diff -r 7dd137878ff8 -r e4f038c420f7 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h Wed Aug 18 10:33:57 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h Mon Sep 13 13:03:23 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 mHsSearchView; HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)