internal/ui: remove a redundant call of SetTitle

This commit is contained in:
Hajime Hoshi 2022-02-08 04:30:14 +09:00
parent 2fc09c7fcb
commit d2d3673bd2

View File

@ -913,7 +913,6 @@ func (u *UserInterface) init() error {
u.window.Maximize()
}
u.window.SetTitle(u.title)
u.window.Show()
if g, ok := Graphics().(interface{ SetWindow(uintptr) }); ok {