uifw/EikStd/coctlinc/aknstyluspopupmenucontent.h
branchRCL_3
changeset 55 aecbbf00d063
parent 9 aabf2c525e0f
child 56 d48ab3b357f1
--- a/uifw/EikStd/coctlinc/aknstyluspopupmenucontent.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/EikStd/coctlinc/aknstyluspopupmenucontent.h	Tue Aug 31 15:28:30 2010 +0300
@@ -195,7 +195,7 @@
      *
      * @aParam aItem Item to be selected
      */ 
-    void SelectItemL( TInt aItem );
+    void SelectItem( TInt aItem );
     
 private:
 	
@@ -346,11 +346,6 @@
      * First visible item on the list
      */
     TInt iFirstItem;
-
-    /**
-     * Index of the last visible item.
-     */
-    TInt iLastVisibleItem;
     
     CAknStylusPopUpMenu& iPopUpMenu;