From 61b2a0803b6e8d7d901b63b8c9e22d117ea776d1 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 26 Feb 2012 19:27:19 +0000 Subject: [PATCH] Removed unused tstmp --- windows.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/windows.c b/windows.c index 7ed76527..80c82d94 100644 --- a/windows.c +++ b/windows.c @@ -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);