From 07ec142990ec2f006d5dcef018fbfa75c369c466 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 12 Dec 2012 08:57:03 +0100 Subject: [PATCH] removed outdated TODOs --- dunst.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dunst.c b/dunst.c index a886961..63b9c0d 100644 --- a/dunst.c +++ b/dunst.c @@ -373,11 +373,6 @@ void update_lists() return; n->start = now; - /* TODO get notifications pushed back into - * notification_queue if there's a more important - * message waiting there - */ - l_move(notification_queue, displayed_notifications, to_move); l_sort(displayed_notifications, cmp_notification); @@ -420,7 +415,6 @@ void r_line_cache_reset(r_line_cache *c) c->count = 0; } -/* TODO get draw_txt_buf as argument */ int do_word_wrap(char *source, int max_width) {