Remove draw borders option
This commit is contained in:
parent
7da8b49164
commit
5845540b70
1 changed files with 0 additions and 3 deletions
|
@ -239,9 +239,6 @@ void highlight_current_line()
|
||||||
wrefresh(panel);
|
wrefresh(panel);
|
||||||
/* show chat conversation every time cursor changes */
|
/* show chat conversation every time cursor changes */
|
||||||
show_chat(users->items[current_selection].name);
|
show_chat(users->items[current_selection].name);
|
||||||
#if DRAW_BORDERS
|
|
||||||
draw_border_title(preview_border, true);
|
|
||||||
#endif
|
|
||||||
wrefresh(chat_content);
|
wrefresh(chat_content);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue