(start_search): ret rid of extra screen redraw.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2021-09-05 12:34:37 +03:00
parent cac689a81a
commit d410af27c0
1 changed files with 0 additions and 1 deletions

View File

@ -2762,7 +2762,6 @@ start_search (WPanel * panel)
panel->quick_search.ch[0] = '\0';
panel->quick_search.chpoint = 0;
display_mini_info (panel);
mc_refresh ();
}
}