about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-31 23:13:18 +0100
committerJames Booth <boothj5@gmail.com>2012-07-31 23:13:18 +0100
commitf47b3304bd9d7fee2ea5a68ece443a8b0de2faf6 (patch)
tree86ae42e09f7d6e17a200d6c82ab80bbe072e5ad4 /src/windows.c
parentcd3b01d248f5466f24a2a26311db670c5a576985 (diff)
downloadprofani-tty-f47b3304bd9d7fee2ea5a68ece443a8b0de2faf6.tar.gz
Reverted ncurses cleanup
Changed valgrind options, still reachable ignored
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c7
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();
 }