diff --git a/geometry.go b/geometry.go index 70b0d67..017f96e 100644 --- a/geometry.go +++ b/geometry.go @@ -3,8 +3,6 @@ package pixel import ( "fmt" "math" - - "github.com/scottwinkler/pixel" ) // Clamp returns x clamped to the interval [min, max].