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 title string
window *glfw.Window window *glfw.Window
// windowWidthInDIP and windowHeightInDIP represents a window size.
// The units are device-independent pixels.
windowWidthInDIP int windowWidthInDIP int
windowHeightInDIP int windowHeightInDIP int
// The units are device-independent pixels.
minWindowWidthInDIP int minWindowWidthInDIP int
minWindowHeightInDIP int minWindowHeightInDIP int
maxWindowWidthInDIP int maxWindowWidthInDIP int