idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h	Wed Oct 13 14:18:30 2010 +0300
@@ -326,23 +326,6 @@
      * to be stored to AknsWallpaperUtils
      */
     TBool iStoreWallpaper;
-    
-    /** 
-     * Pointer to wallpaper image. 
-     * Usually wallpaper is read from active view data, but in case of 
-     * finger follow swipe, wallpaper is changed during the page switch. 
-     * Therefore this is used only during finger follow. 
-     * 
-     * Not own. 
-     */   
-    mutable CFbsBitmap* iWallpaper;
-
-    /*
-     * Flag to indicate to use bitmap stored in iWallpaper 
-     * instead of reading it from CXnViewData. 
-     * This is used when page is being changed with finger follow swipe.
-     */
-    mutable TBool iImageChanged;
     };
 
 #endif      // CXNBACKGROUNDMANAGER_H