Remove draw borders option

This commit is contained in:
Night Kaly 2024-09-19 01:18:32 +01:00
parent 7da8b49164
commit 5845540b70
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -239,9 +239,6 @@ void highlight_current_line()
wrefresh(panel);
/* show chat conversation every time cursor changes */
show_chat(users->items[current_selection].name);
#if DRAW_BORDERS
draw_border_title(preview_border, true);
#endif
wrefresh(chat_content);
}