diff options
Diffstat (limited to 'include/datetime/state.h')
-rw-r--r-- | include/datetime/state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/datetime/state.h b/include/datetime/state.h index b14908e..414be32 100644 --- a/include/datetime/state.h +++ b/include/datetime/state.h @@ -66,8 +66,6 @@ struct State /** \brief Configuration options that modify the view */ std::shared_ptr<Settings> settings; - - core::Property<DateTime> calendar_day; }; } // namespace datetime |