From 2cd100af7ac24f323c9a705e0a1033506c689fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 29 Oct 2018 13:44:43 +0100 Subject: Remove an outdated comment --- nncmpp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nncmpp.c b/nncmpp.c index 9a6ef53..5fbd4c2 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -1366,7 +1366,6 @@ app_write_mpd_status (struct row_buffer *buf) bool single = (s = str_map_find (map, "single")) && strcmp (s, "0"); bool consume = (s = str_map_find (map, "consume")) && strcmp (s, "0"); - // TODO: remove the conditionals once we make them clickable struct row_buffer right = row_buffer_make (); chtype a[2] = { APP_ATTR (NORMAL), APP_ATTR (HIGHLIGHT) }; if (repeat) row_buffer_append_args (&right, -- cgit v1.2.3