diff -r 71dd06cfe933 -r 0aa5fbdfbc30 psln/Inc/PslnBaseView.h --- a/psln/Inc/PslnBaseView.h Wed Apr 14 16:14:00 2010 +0300 +++ b/psln/Inc/PslnBaseView.h Tue Apr 27 16:55:05 2010 +0300 @@ -99,12 +99,6 @@ * Handles list box selections. */ virtual void HandleListBoxSelectionL() = 0; - - /** - * Called by HandleListBoxEventL. - * Handles list box item highlight events. - */ - virtual void HandleListBoxItemHighlightL() = 0; /** * Adds given resource text as MSK to CBA. @@ -137,18 +131,6 @@ */ virtual TInt CbaResourceId( const TVwsViewId& aPrevViewId,TUid aCustomMessageId ); - /** - * Called by HandleListBoxEventL. - * Handles list box stylus down event. - */ - virtual void HandleListBoxStylusDown(); - - /** - * Called by HandleListBoxEventL. - * Handles list box stylus move event. - */ - virtual void HandleListBoxStylusDrag(); - private: /* Remove container. */