From d6ef1c24c518d614f211282773e590d220129be9 Mon Sep 17 00:00:00 2001 From: Nikos Tsipinakis Date: Sun, 1 Apr 2018 00:45:29 +0300 Subject: [PATCH] Fix outdated documentation The return value of queues_notification_close_id was removed in 3b6c529 but the documentation wasn't updated accordingly. --- src/queues.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/queues.h b/src/queues.h index 6bb10d7..7cdd9f1 100644 --- a/src/queues.h +++ b/src/queues.h @@ -86,8 +86,6 @@ bool queues_notification_replace_id(notification *new); * @param id The id of the notification to close * @param reason The #reason to close * - * @return the reason, why the notification got closed - * * @post Call wake_up() to synchronize the queues with the UI * (which closes the notification on screen) */