diff -r c743ef5928ba -r f966699dea19 idlehomescreen/widgetmanager/inc/wmlistbox.h --- a/idlehomescreen/widgetmanager/inc/wmlistbox.h Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmlistbox.h Fri Feb 19 22:42:37 2010 +0200 @@ -118,10 +118,6 @@ */ CWmListBox* iListBox; - /** - * current font used in drawing (not owned) - */ - const CFont* iFont; /** * add-button colored bitmap (default color) @@ -292,13 +288,6 @@ */ void HandleSkinChanged(); - /** - * State of pointer down event - * - * @return ETrue if pointer is down - */ - inline TBool PressedDown(); - /** * Returns size of logo * @@ -388,11 +377,6 @@ */ TBool iFindPaneIsVisible; - /** - * state of pointer pressed down and hold - */ - TBool iPressedDown; - /** size of logo rect in list item */ TSize iLogoSize; };