internal/ui: remove comments

This commit is contained in:
Hajime Hoshi 2022-09-02 20:39:16 +09:00
parent 7045605fdf
commit 0a92204e04

View File

@ -1335,7 +1335,6 @@ func (u *userInterfaceImpl) setWindowSizeInDIPImpl(width, height int, fullscreen
}
// Get the original window position and size before changing the state of fullscreen.
// TODO: Rename this to origWindowPosInDIP?
origX, origY := u.origWindowPos()
if mw := u.minimumWindowWidth(); width < mw {