mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed unused tstmp
This commit is contained in:
parent
98dfe8bf18
commit
61b2a0803b
@ -231,9 +231,6 @@ static void _create_windows(void)
|
|||||||
cons.win = newwin(rows-3, cols, 1, 0);
|
cons.win = newwin(rows-3, cols, 1, 0);
|
||||||
scrollok(cons.win, TRUE);
|
scrollok(cons.win, TRUE);
|
||||||
|
|
||||||
char tstmp[80];
|
|
||||||
get_time(tstmp);
|
|
||||||
|
|
||||||
_wins[0] = cons;
|
_wins[0] = cons;
|
||||||
_win_show_time(0);
|
_win_show_time(0);
|
||||||
wattron(_wins[0].win, A_BOLD);
|
wattron(_wins[0].win, A_BOLD);
|
||||||
|
Loading…
Reference in New Issue
Block a user