Remove unneeded dialog_update() because now in dialog_clear()

This commit is contained in:
Andrey A. Chernov 1994-10-25 22:23:18 +00:00
parent 1bc8a80906
commit 2c06e4a946
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3866
2 changed files with 0 additions and 2 deletions

View File

@ -70,5 +70,4 @@ display_disklabel(int disk)
key = wgetch(window);
delwin(window);
dialog_clear();
dialog_update();
}

View File

@ -131,7 +131,6 @@ show_mbr(struct mbr *mbr)
delwin(window);
dialog_clear();
dialog_update();
}
int