diff options
author | James Booth <boothj5@gmail.com> | 2012-07-31 23:13:18 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-31 23:13:18 +0100 |
commit | f47b3304bd9d7fee2ea5a68ece443a8b0de2faf6 (patch) | |
tree | 86ae42e09f7d6e17a200d6c82ab80bbe072e5ad4 /src | |
parent | cd3b01d248f5466f24a2a26311db670c5a576985 (diff) | |
download | profani-tty-f47b3304bd9d7fee2ea5a68ece443a8b0de2faf6.tar.gz |
Reverted ncurses cleanup
Changed valgrind options, still reachable ignored
Diffstat (limited to 'src')
-rw-r--r-- | src/windows.c | 7 |
1 files changed, 0 insertions, 7 deletions
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(); } |