diff -r 35368b604b28 -r 6727c5d0afc7 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h --- 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);