internal/ui: remove unnecessary comments

This commit is contained in:
Hajime Hoshi 2022-10-23 00:39:27 +09:00
parent 18123a6336
commit 3b7bc2fc57

View File

@ -146,8 +146,6 @@ func (c *context) updateFrameImpl(graphicsDriver graphicsdriver.Graphics, update
return err
}
// All the vertices data are consumed at the end of the frame, and the data backend can be
// available after that. Until then, lock the vertices backend.
return nil
}