aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2016-04-28 09:35:05 -0300
committerRobert Tari <robert@tari.in>2021-07-07 01:10:29 +0200
commit846dfb9d7b16aec7923444083256a8565f308013 (patch)
treea7771902a19a3c4a147b336d886943eef7561a94 /src/main.cpp
parent76e3bd94724e9bc7bedd24548103e31d85334d53 (diff)
downloadayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.gz
ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.tar.bz2
ayatana-indicator-datetime-846dfb9d7b16aec7923444083256a8565f308013.zip
Small fixes requeted by charles during the review.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f9a934a..729f0e5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -157,7 +157,6 @@ main(int /*argc*/, char** /*argv*/)
snooze_planner->add(appointment, alarm);
};
auto on_ok = [actions](const Appointment& app, const Alarm&){
- //TODO: add support for desktop
actions->phone_open_appointment(app, app.begin);
};
auto on_alarm_reached = [&engine, &snap, &on_snooze, &on_ok](const Appointment& appointment, const Alarm& alarm) {