about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
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();
 }