aboutsummaryrefslogtreecommitdiff
path: root/src/state-live.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/state-live.cpp')
-rw-r--r--src/state-live.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state-live.cpp b/src/state-live.cpp
index 8ee663b..fe1e6cd 100644
--- a/src/state-live.cpp
+++ b/src/state-live.cpp
@@ -45,7 +45,6 @@ LiveState::LiveState()
locations.reset(new SettingsLocations(live_settings, live_timezones));
planner.reset(new PlannerEds);
planner->time = clock->localtime();
- calendar_day = clock->localtime();
}
/***