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 /tests/state-mock.h | |
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 'tests/state-mock.h')
-rw-r--r-- | tests/state-mock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/state-mock.h b/tests/state-mock.h index 64ab08b..721b82f 100644 --- a/tests/state-mock.h +++ b/tests/state-mock.h @@ -38,7 +38,6 @@ public: planner.reset(new MockPlanner); planner->time = now; locations.reset(new Locations); - calendar_day = now; } }; |