mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/ui: remove redundant comments
This commit is contained in:
parent
ee124baf60
commit
352d332097
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user