From e6644b7b241f0fb1f9ff92f12fc31bf980713baf Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Sat, 20 Feb 2016 15:14:24 -0500 Subject: [PATCH] remove unneeded code --- context.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/context.go b/context.go index 818f8d0..20b2864 100644 --- a/context.go +++ b/context.go @@ -384,8 +384,6 @@ func (dc *Context) DrawStringAnchored(s string, x, y, ax, ay float64) { func (dc *Context) MeasureString(s string) (w, h float64) { d := &font.Drawer{ - Dst: nil, - Src: nil, Face: dc.fontFace, } a := d.MeasureString(s)