mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 12:16:44 +02:00
Remove legacy code and fix a couple format specifiers
This code was added over 5 years ago and no longer serves a purpose
This commit is contained in:
@ -411,7 +411,7 @@ void line_info_print(ToxWindow *self)
|
||||
|
||||
if (type == OUT_ACTION && timed_out(line->timestamp, NOREAD_FLAG_TIMEOUT)) {
|
||||
wattron(win, COLOR_PAIR(RED));
|
||||
wprintw(win, " x", line->msg);
|
||||
wprintw(win, " x");
|
||||
wattroff(win, COLOR_PAIR(RED));
|
||||
|
||||
if (line->noread_flag == false) {
|
||||
|
Reference in New Issue
Block a user