diff options
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 264827e590..62e44644fa 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -1691,7 +1691,6 @@ e_week_view_set_timezone (EWeekView *week_view, tt.year = g_date_year (&week_view->first_day_shown); tt.month = g_date_month (&week_view->first_day_shown); tt.day = g_date_day (&week_view->first_day_shown); - tt.is_daylight = -1; lower = icaltime_as_timet_with_zone (tt, zone); |