--- a/idlehomescreen/widgetmanager/inc/wmlistbox.h Mon Mar 08 21:43:12 2010 +0000
+++ b/idlehomescreen/widgetmanager/inc/wmlistbox.h Sun Mar 14 13:08:57 2010 +0000
@@ -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;
};