tweaks: remove a superfluous blanking of the statusbar

The prompt from which the browser was invoked has already blanked it.
This commit is contained in:
Benno Schulenberg
2016-09-03 15:34:44 +02:00
parent fd6308d6d3
commit 2fd497e3ef

View File

@@ -59,7 +59,6 @@ char *do_browser(char *path)
/* Don't show a cursor in the file list. */
curs_set(0);
blank_statusbar();
read_directory_contents:
/* We come here when we refresh or select a new directory. */