diff options
Diffstat (limited to 'calendar/gui/calendar-model.c')
-rw-r--r-- | calendar/gui/calendar-model.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c index 10e18b106d..64b19065ff 100644 --- a/calendar/gui/calendar-model.c +++ b/calendar/gui/calendar-model.c @@ -1025,7 +1025,6 @@ set_completed (CalendarModel *model, CalComponent *comp, const char *value) itt.hour = tmp_tm.tm_hour; itt.minute = tmp_tm.tm_min; itt.second = tmp_tm.tm_sec; - itt.is_daylight = -1; /* We assume that COMPLETED is entered in the current timezone, even though it gets stored in UTC. */ |