ui: Bug fix: unused variable

This commit is contained in:
Hajime Hoshi 2016-06-19 05:05:56 +09:00
parent ea377b8e20
commit 858b391592

View File

@ -146,7 +146,6 @@ func (u *userInterface) Start(width, height, scale int, title string) error {
u.runOnMainThread(func() {
m := glfw.GetPrimaryMonitor()
v := m.GetVideoMode()
mw, _ := m.GetPhysicalSize()
u.deviceScale = deviceScale()
u.framebufferScale = 1