homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h
changeset 92 6727c5d0afc7
parent 77 4b195f3bea29
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h	Fri Sep 17 08:27:54 2010 +0300
@@ -37,7 +37,6 @@
 class HbView;
 class HbWidget;
 class HbToolBarExtension;
-class HbPushButton;
 
 enum HsStateContext {
     HsAllAppsContext = 0,
@@ -49,7 +48,6 @@
 
 enum HsOperationalContext {
     HsItemViewContext = 0,
-    HsButtonContext,
     HsEmptyLabelContext,
     InvalidOperationalContext
 };
@@ -79,8 +77,6 @@
 
     // optional widgets accessors
     HbGroupBox *currentViewLabel();
-    HbPushButton *currentAddContentButton();
-
 
     void setStateContext(HsStateContext stateContext);
     void setOperationalContext(HsOperationalContext operationalContext);