From cbb945dc1c61463142bfa823aa938d94e6234a47 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 14 Jul 2016 19:40:32 -0700 Subject: [PATCH] phantom changes. --- drawing_helpers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/drawing_helpers.go b/drawing_helpers.go index 596b390..e31f554 100644 --- a/drawing_helpers.go +++ b/drawing_helpers.go @@ -231,7 +231,6 @@ func CreateLegend(c *Chart, style Style) Renderable { tb := r.MeasureText(labels[x]) ycursor += tb.Height() - //r.SetFillColor(DefaultTextColor) r.Text(labels[x], tx, ycursor) th2 := tb.Height() >> 1