From f8b2c461fa4411c4faff3c8f29e97e2078ef3dc1 Mon Sep 17 00:00:00 2001 From: Gaurav Bhatt Date: Thu, 18 Jul 2013 12:51:32 +0530 Subject: [PATCH] Removal of autocheck of allday events as the earlier fix was intented to events spanned over more than one date, which is now handled diffrently in delete view Change-Id: Ia0a1a354bfd8e61ff37d9ad5a089154cf17a6f07 Signed-off-by: Gaurav Bhatt --- src/ClEventDeleterForm.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ClEventDeleterForm.cpp b/src/ClEventDeleterForm.cpp index 3ec7fd0..bd33aa3 100644 --- a/src/ClEventDeleterForm.cpp +++ b/src/ClEventDeleterForm.cpp @@ -613,14 +613,6 @@ EventDeleterForm::OnGroupedListViewItemStateChanged(GroupedListView& listView, i } } - const CalEventInstance* pEventInst = __pPm->GetEventWithWholeIndex(actualGroupIndex, itemIndex); - RecordId id; - if (pEventInst != null) - { - id = pEventInst->GetOriginalEventId(); - AutoCheckSameEvents(id, status); - } - SetAllSelectedEvents(listView, groupIndex, itemIndex, status); if (__pGroupedListViewDeleteList->IsItemChecked(groupIndex, itemIndex) == true) -- 2.7.4