idlehomescreen/widgetmanager/inc/wmlistbox.h
branchCompilerCompatibility
changeset 12 119a7c064f0f
parent 9 f966699dea19
child 15 ff572dfe6d86
--- 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;    
 	};