Fix outdated documentation

The return value of queues_notification_close_id was removed in 3b6c529
but the documentation wasn't updated accordingly.
This commit is contained in:
Nikos Tsipinakis 2018-04-01 00:45:29 +03:00
parent 8547be20d7
commit d6ef1c24c5

View File

@ -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)
*/