From 3b7bc2fc575f5e2a1178cd5e3d79ce9922f721f6 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 23 Oct 2022 00:39:27 +0900 Subject: [PATCH] internal/ui: remove unnecessary comments --- internal/ui/context.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/ui/context.go b/internal/ui/context.go index 985d4a71f..624da6d95 100644 --- a/internal/ui/context.go +++ b/internal/ui/context.go @@ -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 }