iaupdate/IAD/ui/inc/iaupdatenodefilter.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
--- a/iaupdate/IAD/ui/inc/iaupdatenodefilter.h	Tue Aug 31 15:21:33 2010 +0300
+++ b/iaupdate/IAD/ui/inc/iaupdatenodefilter.h	Wed Sep 01 12:22:02 2010 +0100
@@ -93,16 +93,6 @@
     void SetDependenciesSelectedL( MIAUpdateNode& aNode,
                         const RPointerArray<MIAUpdateNode>& aAllNodes);
     
-    void StoreNodeListL( const RPointerArray< MIAUpdateNode >& aNodes);  
-    
-    void RestoreNodeListL( RPointerArray< MIAUpdateNode >& aNodes) const;
-    
-    void SortSelectedNodesFirstL( const RPointerArray<MIAUpdateNode>& aSelectedNodes, 
-                                 RPointerArray< MIAUpdateNode >& aNodes );
-    
-    void SortThisNodeFirstL( const MIAUpdateNode* aFirstNode, RPointerArray< MIAUpdateNode >& aNodes);
-
-    
 private:
 
     CIAUpdateNodeFilter();
@@ -145,8 +135,6 @@
     TBool iDmSupportAsked;
     
     TBool iDmSupport;
-    
-    RPointerArray< MIAUpdateNode > iStoredNodes;
 
     };