--- a/pimappservices/calendarvcalplugin/src/agmvcali.cpp Wed Sep 15 12:11:35 2010 +0300
+++ b/pimappservices/calendarvcalplugin/src/agmvcali.cpp Wed Oct 13 14:30:35 2010 +0300
@@ -379,15 +379,6 @@
CleanupStack::PopAndDestroy(geoString);
}
- TInt intProperty( 0 );
- //Import UserDataInt
- TBool integerFound = ImportIntegerPropertyL( aParser, KVersitExtUserInt,
- intProperty );
-
- if ( integerFound )
- {
- iEntry->SetUserInt32L( intProperty );
- }
CleanupStack::PopAndDestroy(properties);
aEntryArray.AppendL(iEntry); // takes ownership of entry
iEntry = NULL;