internal/atlas: remove an unnecessary mutex

Updates #2390
This commit is contained in:
Hajime Hoshi 2022-10-16 15:28:59 +09:00
parent a971490dc9
commit 4b22781d01

View File

@ -37,8 +37,6 @@ type temporaryBytes struct {
pixels []byte
pos int
notFullyUsedTime int
m sync.Mutex
}
var theTemporaryBytes temporaryBytes