1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Removed unused tstmp

This commit is contained in:
James Booth 2012-02-26 19:27:19 +00:00
parent 98dfe8bf18
commit 61b2a0803b

View File

@ -231,9 +231,6 @@ static void _create_windows(void)
cons.win = newwin(rows-3, cols, 1, 0);
scrollok(cons.win, TRUE);
char tstmp[80];
get_time(tstmp);
_wins[0] = cons;
_win_show_time(0);
wattron(_wins[0].win, A_BOLD);