diff -r 137ebc85284b -r 1b758917cafc menufw/hierarchynavigator/hnpresentationmodel/inc/hnsuitemodel.h --- a/menufw/hierarchynavigator/hnpresentationmodel/inc/hnsuitemodel.h Tue May 25 12:29:32 2010 +0300 +++ b/menufw/hierarchynavigator/hnpresentationmodel/inc/hnsuitemodel.h Wed Jun 09 09:29:04 2010 +0300 @@ -378,32 +378,6 @@ * @return Custom identifier of the suite. */ IMPORT_C TInt64 CustomId(); - - /** - * Activates highlight handling. - * Used for highlight events for items. - * - * @since S60 v5.0 - * @param aActive ETrue if active. - */ - IMPORT_C void SetActiveL( TBool aActive ); - - /** - * Returns the state of the suite. - * - * @since S60 v5.0 - * @return ETrue if active. - */ - IMPORT_C TBool IsActive(); - - /** - * Notifies the model that the suite is visible. - * Used for highlight events for items. - * - * @since S60 v5.0 - * @param aVisible ETrue if visible. - */ - IMPORT_C void SetVisibleL( TBool aVisible ); /** * Returns item model matching given criteria. @@ -468,17 +442,7 @@ * @param aGenreName Genre name for model */ void ConstructL( const TDesC& aGenreName ); - - /** - * Launches the appropriate action if allowed. - * Used for highlight events for items. - * - * @since S60 v5.0 - * @param aItemId ID of the item. - * @param aFocused ETrue if focused. - */ - void HandleItemFocusL( TInt aItemId, TBool aFocused ); - + /** * Set highlight on item. * @@ -572,18 +536,6 @@ * Not Own. */ CHnEventHandler& iEventHandler; - - /** - * Indicates if the suite is active. - * Used for handling highlight events for items. - */ - TBool iIsActive; - - /** - * Indicates if the suite is visible. - * Used for handling highlight events for items. - */ - TBool iIsVisible; /** * Exit mode.