diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-01-25 16:54:41 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-01-25 16:54:41 -0600 |
commit | 7b09a0ff5652bdca7c8d8e046d2af6a696f94147 (patch) | |
tree | a9adbfddde6f0693ab2bb2e01c875cd9929669cf /src/actions-live.cpp | |
parent | aad7e86a109aeec75b3772cda20478363f966745 (diff) | |
download | ayatana-indicator-datetime-7b09a0ff5652bdca7c8d8e046d2af6a696f94147.tar.gz ayatana-indicator-datetime-7b09a0ff5652bdca7c8d8e046d2af6a696f94147.tar.bz2 ayatana-indicator-datetime-7b09a0ff5652bdca7c8d8e046d2af6a696f94147.zip |
sync the exported calendar state with the #State backend
Diffstat (limited to 'src/actions-live.cpp')
-rw-r--r-- | src/actions-live.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/actions-live.cpp b/src/actions-live.cpp index e4f5e9f..d5f7180 100644 --- a/src/actions-live.cpp +++ b/src/actions-live.cpp @@ -96,11 +96,6 @@ void LiveActions::open_appointment(const std::string& uid) } } -void LiveActions::set_calendar_date(const DateTime& dt) -{ - state()->calendar_day.set(dt); -} - /*** **** ***/ |