From 95bc85d108e3564d98f26b7ad17fcc72b2966371 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 7 Dec 2014 20:38:44 -0600 Subject: ensure that disabled alarms aren't shown in indicator-datetime and that notifications aren't shown for them. --- src/snap.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/snap.cpp') diff --git a/src/snap.cpp b/src/snap.cpp index f84d9b3..6d2957d 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -63,12 +63,6 @@ public: appointment_func snooze, appointment_func ok) { - if (!appointment.has_alarms) - { - ok(appointment); - return; - } - // force the system to stay awake auto awake = std::make_shared(m_engine->app_name()); -- cgit v1.2.3