From c62a002d21bd833b06653419cc57caacc16cf8bd Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 5 Nov 2020 10:15:28 +0100 Subject: [PATCH] gpu: remove unused field Signed-off-by: Elias Naur --- gpu/gpu.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpu/gpu.go b/gpu/gpu.go index b89ed379..009e0f7e 100644 --- a/gpu/gpu.go +++ b/gpu/gpu.go @@ -103,7 +103,6 @@ type pathOp struct { type imageOp struct { z float32 path *pathOp - off f32.Point clip image.Rectangle material material clipType clipType @@ -910,7 +909,6 @@ loop: img := imageOp{ z: zf, path: state.cpath, - off: off, clip: bounds, material: mat, }