From 5e4f16da445d824ad0ecdf05e4867e2a36a0acee Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Thu, 12 May 2016 11:58:40 +0200
Subject: [PATCH] tweaks: remove a superfluous call of 'wnoutrefresh'

The function 'bottombars' has already done this.
---
 src/browser.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/browser.c b/src/browser.c
index cf94cb95..6d81f246 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -61,7 +61,6 @@ char *do_browser(char *path, DIR *dir)
     curs_set(0);
     blank_statusbar();
     bottombars(MBROWSER);
-    wnoutrefresh(bottomwin);
 
     UNSET(CONST_UPDATE);
 
-- 
GitLab