messagingfw/msgsrvnstore/server/inc/MSVROPS.INL
branchRCL_3
changeset 59 d1d846af7341
parent 39 e5b3a2155e1a
--- a/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL	Tue Sep 14 22:16:31 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/inc/MSVROPS.INL	Wed Oct 13 15:05:36 2010 +0300
@@ -60,11 +60,6 @@
 	StoreParametersL(EMtmOpChange, aNewEntry);
 	}
 
-inline void CMsvMtmOperation::ChangeEntriesL(CMsvEntrySelection* aSelection, TInt aMark)
-    {
-    StoreParameters(EMtmOpChangeEntries, aSelection ,aMark, NULL);
-    }
-
 inline void CMsvMtmOperation::StartCommand(CMsvEntrySelection* aSelection, TInt aCommand, HBufC8* aParameter)
 	{
 	StoreParameters(EMtmOpCommand ,aSelection ,aCommand, aParameter);