homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuview.h
changeset 86 e4f038c420f7
parent 81 7dd137878ff8
child 97 66b5fe3c07fd
--- 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<HsSearchView> mHsSearchView;
     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)