diff options
Diffstat (limited to 'include/datetime')
-rw-r--r-- | include/datetime/appointment.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index a5283c9..4778293 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -39,8 +39,6 @@ public: std::string summary; std::string url; std::string uid; - bool is_event = false; - bool is_daily = false; bool has_alarms = false; DateTime begin; DateTime end; |