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 {
|
||||
b backendbase.Backend
|
||||
|
||||
path Path2D
|
||||
convex bool
|
||||
rect bool
|
||||
path Path2D
|
||||
|
||||
state drawState
|
||||
stateStack []drawState
|
||||
|
|
Loading…
Reference in a new issue