From 61be4cf3e7aa796dd61ea8295ef6c6dbbe600a4a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 15 Apr 2014 10:40:31 -0500 Subject: remove unused field Appointment.is_daily --- 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 441aae1..4778293 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_daily = false; bool has_alarms = false; DateTime begin; DateTime end; -- cgit v1.2.3