1
1

tweaks: remove a superfluous call of 'wnoutrefresh'

The function 'bottombars' has already done this.
Этот коммит содержится в:
Benno Schulenberg 2016-05-12 11:58:40 +02:00
родитель 81b29d9a21
Коммит 5e4f16da44

Просмотреть файл

@ -61,7 +61,6 @@ char *do_browser(char *path, DIR *dir)
curs_set(0);
blank_statusbar();
bottombars(MBROWSER);
wnoutrefresh(bottomwin);
UNSET(CONST_UPDATE);