From 352d3320979761ff0895be2ab1d921e374adf6c2 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 8 Apr 2022 15:51:56 +0900 Subject: [PATCH] internal/ui: remove redundant comments --- internal/ui/ui_glfw.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/ui/ui_glfw.go b/internal/ui/ui_glfw.go index 64d21f450..f46a3ed26 100644 --- a/internal/ui/ui_glfw.go +++ b/internal/ui/ui_glfw.go @@ -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