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