Skip to content

Commit

Permalink
removed some unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tfriedel6 committed Mar 17, 2020
1 parent d670f96 commit a0ba7b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import (
type Canvas struct {
b backendbase.Backend

path Path2D
convex bool
rect bool
path Path2D

state drawState
stateStack []drawState
Expand Down

0 comments on commit a0ba7b2

Please sign in to comment.