summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index d8bab28..4a11c2f 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1338,7 +1338,6 @@ static gboolean notify_daemon_notify_handler(NotifyDaemonNotifications *object,
/* If we are in do-not-disturb mode, just grab a new id and close the notification */
if (do_not_disturb)
{
- /* FIXME: does this break things if we enable the option with an action notification up */
return_id = _generate_id (daemon);
notify_daemon_notifications_complete_notify (object, invocation, return_id);
return TRUE;