Remove an outdated comment

This commit is contained in:
Přemysl Eric Janouch 2018-10-29 13:44:43 +01:00
parent 44ebc3591e
commit 2cd100af7a
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 1 deletions

View File

@ -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,