remove redundant parameter in ui renew

This commit is contained in:
Gokcehan 2020-07-16 23:17:11 +03:00
parent 3e36500901
commit e7fb56391f

2
ui.go
View File

@ -477,7 +477,7 @@ func newUI() *ui {
}
}
func (ui *ui) renew(nav *nav) {
func (ui *ui) renew() {
wtot, htot := termbox.Size()
widths := getWidths(wtot)