uifw/EikStd/coctlinc/AknDoubleSpanScrollIndicatorItem.h
branchRCL_3
changeset 23 3d340a0166ff
parent 4 8ca85d2f0db7
child 55 aecbbf00d063
--- a/uifw/EikStd/coctlinc/AknDoubleSpanScrollIndicatorItem.h	Tue Apr 27 16:55:05 2010 +0300
+++ b/uifw/EikStd/coctlinc/AknDoubleSpanScrollIndicatorItem.h	Tue May 11 16:27:42 2010 +0300
@@ -94,40 +94,11 @@
         );
 
 
-   /**
-    * Creates a new bitmap and a mask based on the given skin item id. 
-    * New bitmap will be rotated 90 degrees agains clock direction if wanted.
-    *
-    * @since    2.6
-    * @param    aID            Skin item id for the bitmap and mask.
-    * @param    aBitmap        When this method returns this will contain a poiter
-    *                          to a new bitmap.
-    * @param    aMask          When this method returns this will contain a poiter
-    *                          to a new mask bitmap.
-    * @param    aRotated       If ETrue the skin source bitmap data is rotated
-    *                          90 degrees.
-    *
-    */
-    void CreateSkinnedBitmapAndMaskL(MAknsSkinInstance* aInstance, 
-        const TAknsItemID& aID,
-        CFbsBitmap*& aBitmap, 
-        CFbsBitmap*& aMask,
-        TBool aRotated);
-
-
 public: // data
     TAknsItemID iTopId;
     TAknsItemID iMidId;
     TAknsItemID iBottomId;
-
-    CFbsBitmap* iTop;
-	CFbsBitmap* iTopMask;
-	CFbsBitmap* iMiddle;
-	CFbsBitmap* iMiddleMask;
-    CFbsBitmap* iBottom;
-    CFbsBitmap* iBottomMask;
     TSize       iItemSize;
-
     };
 
 #endif