internal/uidriver/glfw: Remove unnecessary comments

This commit is contained in:
Hajime Hoshi 2021-10-10 16:02:41 +09:00
parent 0eb6c846c7
commit fa9a08b3d0

View File

@ -123,7 +123,6 @@ func clearVideoModeScaleCache() {}
// dipFromGLFWMonitorPixel must be called from the main thread. // dipFromGLFWMonitorPixel must be called from the main thread.
func (u *UserInterface) dipFromGLFWMonitorPixel(x float64, monitor *glfw.Monitor) float64 { func (u *UserInterface) dipFromGLFWMonitorPixel(x float64, monitor *glfw.Monitor) float64 {
// videoModeScale is always 1 on macOS.
return x return x
} }