internal/graphicscommand: remove an unused member

This commit is contained in:
Hajime Hoshi 2022-03-21 19:50:05 +09:00
parent 9b1adf799d
commit ad0e0e3e66

View File

@ -88,8 +88,6 @@ type commandQueue struct {
tmpNumIndices int tmpNumIndices int
drawTrianglesCommandPool drawTrianglesCommandPool drawTrianglesCommandPool drawTrianglesCommandPool
err error
} }
// theCommandQueue is the command queue for the current process. // theCommandQueue is the command queue for the current process.