about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/statusbar.c')
-rw-r--r--src/ui/statusbar.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 9ab0b69d..00e7353a 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -302,14 +302,6 @@ status_bar_clear(void)
         message = NULL;
     }
 
-    int i;
-    is_active[1] = TRUE;
-    is_new[1] = FALSE;
-    for (i = 2; i < 12; i++) {
-        is_active[i] = FALSE;
-        is_new[i] = FALSE;
-    }
-
     werase(status_bar);
 
     int cols = getmaxx(stdscr);