Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben9922 committed Jun 11, 2023
1 parent e76622b commit b9abe1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ type vector2d struct {
y int
}

var blankVector2d vector2d = vector2d{-1, -1}

type player int

const (
Expand Down

0 comments on commit b9abe1b

Please sign in to comment.