From f47b3304bd9d7fee2ea5a68ece443a8b0de2faf6 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 31 Jul 2012 23:13:18 +0100 Subject: Reverted ncurses cleanup Changed valgrind options, still reachable ignored --- src/windows.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/windows.c') diff --git a/src/windows.c b/src/windows.c index 68d4b053..6fc62ebe 100644 --- a/src/windows.c +++ b/src/windows.c @@ -125,13 +125,6 @@ gui_refresh(void) void gui_close(void) { - int i; - for (i = 0; i < NUM_WINS; i++) { - if (_wins[i].win != NULL) { - delwin(_wins[i].win); - } - } - endwin(); } -- cgit 1.4.1-2-gfad0