tweaks: snip a superfluous clearing of the bottom bars after help

The edit subwindow will be completely redrawn twelve lines down,
and window_init() takes care of clearing the status bar.
master
Benno Schulenberg 2017-08-08 19:54:09 +02:00
parent 7e334c95cb
commit b281fd7a9d
1 changed files with 0 additions and 2 deletions

View File

@ -258,8 +258,6 @@ void do_help(void)
switch_to_prev_buffer_void();
if (ISSET(NO_HELP)) {
blank_bottombars();
wnoutrefresh(bottomwin);
currmenu = oldmenu;
window_init();
} else