aboutsummaryrefslogtreecommitdiff
path: root/src/appointment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/appointment.cpp')
-rw-r--r--src/appointment.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/appointment.cpp b/src/appointment.cpp
index 236c5f4..1edd93c 100644
--- a/src/appointment.cpp
+++ b/src/appointment.cpp
@@ -31,8 +31,7 @@ bool Alarm::operator==(const Alarm& that) const
{
return (text==that.text)
&& (audio_url==that.audio_url)
- && (this->time==that.time)
- && (duration==that.duration);
+ && (this->time==that.time);
}
bool Appointment::operator==(const Appointment& that) const