aboutsummaryrefslogtreecommitdiff
path: root/src/engine-eds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine-eds.cpp')
-rw-r--r--src/engine-eds.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp
index 5e2484e..4b5a1b9 100644
--- a/src/engine-eds.cpp
+++ b/src/engine-eds.cpp
@@ -455,7 +455,6 @@ private:
appointment.begin = DateTime(begin);
appointment.end = DateTime(end);
appointment.color = subtask->color;
- appointment.is_event = vtype == E_CAL_COMPONENT_EVENT;
appointment.uid = uid;
GList * alarm_uids = e_cal_component_get_alarm_uids(component);