From 0a097229d2ae182f30f657738b41f6bddc6a2c8c Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 15 Apr 2014 09:50:07 -0500 Subject: remove unused field Appointment.is_event --- include/datetime/appointment.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/datetime') 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; -- cgit v1.2.3