remove unneeded code

This commit is contained in:
Michael Fogleman 2016-02-20 15:14:24 -05:00
parent 8014fc54f3
commit e6644b7b24

View File

@ -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)