mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 11:06:21 +00:00
Removed unused tstmp
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user