diff -r 356f28cd5ca0 -r ed599363c2d7 pimappservices/calendarvcalplugin/src/agmvcalx.cpp --- a/pimappservices/calendarvcalplugin/src/agmvcalx.cpp Wed Sep 15 12:11:35 2010 +0300 +++ b/pimappservices/calendarvcalplugin/src/agmvcalx.cpp Wed Oct 13 14:30:35 2010 +0300 @@ -665,9 +665,6 @@ CCalAttachment* attach = aEntry->AttachmentL(ii); AddAttachmentPropertyL(aParser, *attach); } - - TInt userDataInt = aEntry->UserInt32L(); - AddIntegerPropertyL( aParser, KVersitExtUserInt, userDataInt ); }