removed some unused variables
This commit is contained in:
parent
d670f964c8
commit
a0ba7b2ad3
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@ import (
|
||||||
type Canvas struct {
|
type Canvas struct {
|
||||||
b backendbase.Backend
|
b backendbase.Backend
|
||||||
|
|
||||||
path Path2D
|
path Path2D
|
||||||
convex bool
|
|
||||||
rect bool
|
|
||||||
|
|
||||||
state drawState
|
state drawState
|
||||||
stateStack []drawState
|
stateStack []drawState
|
||||||
|
|
Loading…
Reference in a new issue