diff options
Diffstat (limited to 'calendar/gui/comp-util.c')
-rw-r--r-- | calendar/gui/comp-util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/comp-util.c b/calendar/gui/comp-util.c index 9da6b1bb30..0ee3e696bb 100644 --- a/calendar/gui/comp-util.c +++ b/calendar/gui/comp-util.c @@ -348,8 +348,6 @@ cal_comp_event_new_with_current_time (ECal *client, gboolean all_day) e_cal_component_set_dtend (comp, &dt); } - e_cal_component_commit_sequence (comp); - return comp; } |