diff options
Diffstat (limited to 'include/datetime/appointment.h')
-rw-r--r-- | include/datetime/appointment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h index a5283c9..441aae1 100644 --- a/include/datetime/appointment.h +++ b/include/datetime/appointment.h @@ -39,7 +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; |