diff -r 4af31167ea77 -r 13d7c31c74e0 syncmlfw/syncmlnotifier/src/SyncMLDlgNotifier.cpp --- a/syncmlfw/syncmlnotifier/src/SyncMLDlgNotifier.cpp Thu Jul 15 19:36:11 2010 +0300 +++ b/syncmlfw/syncmlnotifier/src/SyncMLDlgNotifier.cpp Thu Aug 19 10:44:50 2010 +0300 @@ -168,16 +168,6 @@ { User::Leave( KErrInUse ); } - - if ( AutoLockOnL() ) - { - // The phone is locked, access denied. - // Write results back to caller and complete message. - aMessage.Complete( KErrLocked ); - iNeedToCompleteMessage = EFalse; - return; - } - iMessage = aMessage; iNeedToCompleteMessage = ETrue; iReplySlot = aReplySlot;