phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- a/phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp	Wed Sep 15 11:56:55 2010 +0300
+++ b/phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp	Wed Oct 13 14:15:33 2010 +0300
@@ -42,7 +42,7 @@
 #include <CVPbkFieldTypeRefsList.h>
 #include <CVPbkContactFieldIterator.h>
 #include <CVPbkFieldTypeRefsList.h>
-#include <vpbkeng.rsg>
+#include <VPbkEng.rsg>
 
 // System includes
 #include <gsmerror.h>
@@ -253,11 +253,6 @@
 //
 void CPsu2SimContactProcessor::ConstructL( RFs& aFs )
     {
-    const MVPbkFieldTypeList& supportedTypes =
-            iTargetStore.StoreProperties().SupportedFields();
-    // Remove the unsupported fieldInfo from array first.
-    iCopyToSimFieldInfoArray.RemoveUnSupportedFieldInfo( supportedTypes );
-        
     const TInt count = iCopyToSimFieldInfoArray.Count();
     for ( TInt i = 0; i < count; ++i )
         {