aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/appointment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/appointment.h')
-rw-r--r--include/datetime/appointment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h
index 337d9b8..e9c1bc2 100644
--- a/include/datetime/appointment.h
+++ b/include/datetime/appointment.h
@@ -39,7 +39,6 @@ struct Alarm
std::string text;
std::string audio_url;
DateTime time;
- std::chrono::seconds duration;
bool operator== (const Alarm& that) const;
};