diff options
author | Přemysl Janouch <p@janouch.name> | 2018-10-29 13:44:43 +0100 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-10-29 13:44:43 +0100 |
commit | 2cd100af7ac24f323c9a705e0a1033506c689fc0 (patch) | |
tree | 05b9e89e829f933a83daa02d63ae96e346038b2f /nncmpp.c | |
parent | 44ebc3591e8dd86b1c712b61e7db33ee27dbbeb2 (diff) | |
download | nncmpp-2cd100af7ac24f323c9a705e0a1033506c689fc0.tar.gz nncmpp-2cd100af7ac24f323c9a705e0a1033506c689fc0.tar.xz nncmpp-2cd100af7ac24f323c9a705e0a1033506c689fc0.zip |
Remove an outdated comment
Diffstat (limited to 'nncmpp.c')
-rw-r--r-- | nncmpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |