internal/ui: remove redundant comments

This commit is contained in:
Hajime Hoshi 2022-04-08 15:51:56 +09:00
parent ee124baf60
commit 352d332097

View File

@ -54,12 +54,9 @@ type userInterfaceImpl struct {
title string
window *glfw.Window
// windowWidthInDIP and windowHeightInDIP represents a window size.
// The units are device-independent pixels.
windowWidthInDIP int
windowHeightInDIP int
// The units are device-independent pixels.
minWindowWidthInDIP int
minWindowHeightInDIP int
maxWindowWidthInDIP int