removed some unused variables

This commit is contained in:
Thomas Friedel 2020-03-17 12:54:33 +01:00
parent d670f964c8
commit a0ba7b2ad3

View file

@ -21,9 +21,7 @@ import (
type Canvas struct {
b backendbase.Backend
path Path2D
convex bool
rect bool
path Path2D
state drawState
stateStack []drawState