diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:01:20 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:01:20 -0600 |
commit | 2db8f6e7c4b7148377800400c72bb2e59b793d3a (patch) | |
tree | 2f5d1b1bfdd1f6886c74ac24fb0b1eeb7787cafd /src | |
parent | 47ab9adad438b137b5e7e9b33ce503e184e019f8 (diff) | |
download | ayatana-indicator-datetime-2db8f6e7c4b7148377800400c72bb2e59b793d3a.tar.gz ayatana-indicator-datetime-2db8f6e7c4b7148377800400c72bb2e59b793d3a.tar.bz2 ayatana-indicator-datetime-2db8f6e7c4b7148377800400c72bb2e59b793d3a.zip |
remove the State.timezones property. Timezones is a helper class for LiveClock and doesn't need to be public in State.
Diffstat (limited to 'src')
-rw-r--r-- | src/state-live.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state-live.cpp b/src/state-live.cpp index f4690b3..8ee663b 100644 --- a/src/state-live.cpp +++ b/src/state-live.cpp @@ -41,7 +41,6 @@ LiveState::LiveState() std::shared_ptr<Clock> live_clock(new LiveClock(live_timezones)); settings = live_settings; - timezones = live_timezones; clock = live_clock; locations.reset(new SettingsLocations(live_settings, live_timezones)); planner.reset(new PlannerEds); |