idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.h
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
--- a/idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.h	Wed Oct 13 14:18:30 2010 +0300
@@ -26,6 +26,8 @@
 class CXnViewManager;
 class CFbsBitmap;
 
+// Constants
+
 // Class declaration
 
 /**
@@ -210,28 +212,14 @@
      * Loads publishers to this view           
      */
     void LoadPublishers( TInt aReason );    
-
+                   
     /**
      * Destroys all publishers in this view
      * 
      * @param aReason Destroy reason
      */
     void DestroyPublishers( TInt aReason );
-
-    /**
-     * Gets dirty region of a given node. 
-     * 
-     * @return Dirty region if found, otherwise NULL.
-     */
-    TXnDirtyRegion* DirtyRegionL( CXnNode& aNode );
-
-    /**
-     * Gets an array of dirty regions. 
-     * 
-     * @param aList An array for dirty regions.
-     */
-    void GetDirtyRegions( RPointerArray<TXnDirtyRegion>& aList );
-    
+            
 private:
     // data