predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h
branchRCL_3
changeset 21 b3431bff8c19
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
--- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h	Mon Mar 15 12:39:26 2010 +0200
+++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsAlgorithm1Helper.h	Wed Mar 31 21:13:53 2010 +0300
@@ -77,15 +77,6 @@
                                   TBool isSearchInGroup,
                                   RArray<TInt>& aContactsInGroup);
 
-        /**
-         * Constructs a bit pattern using the required/supported data fields
-         * For example, 6, 4 and 27 are supported fields <-- 00000111
-         *              6 and 4 are required fields      <-- 00000011
-         * Bit pattern returned is 00000011.
-         */
-        TUint8 FilterDataFieldsL(RArray<TInt>& aRequiredDataFields,
-                                 RArray<TInt>& aSupportedDataFields);
-
     public:
 
         /**