internal/ui: update a comment

Closes #2240
This commit is contained in:
Hajime Hoshi 2023-09-16 03:12:34 +09:00
parent 619436a47b
commit 657e4c2541

View File

@ -1552,7 +1552,6 @@ func (u *userInterfaceImpl) Window() Window {
// maximizeWindow must be called from the main thread.
func (u *userInterfaceImpl) maximizeWindow() {
// TODO: Can we remove this condition?
if u.isNativeFullscreen() {
return
}