aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-10-29 13:44:43 +0100
committerPřemysl Janouch <p@janouch.name>2018-10-29 13:44:43 +0100
commit2cd100af7ac24f323c9a705e0a1033506c689fc0 (patch)
tree05b9e89e829f933a83daa02d63ae96e346038b2f
parent44ebc3591e8dd86b1c712b61e7db33ee27dbbeb2 (diff)
downloadnncmpp-2cd100af7ac24f323c9a705e0a1033506c689fc0.tar.gz
nncmpp-2cd100af7ac24f323c9a705e0a1033506c689fc0.tar.xz
nncmpp-2cd100af7ac24f323c9a705e0a1033506c689fc0.zip
Remove an outdated comment
-rw-r--r--nncmpp.c1
1 files changed, 0 insertions, 1 deletions
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,