Skip to content

Commit

Permalink
Removed unused varaible from legend's draw()
Browse files Browse the repository at this point in the history
  • Loading branch information
slinhart committed Jul 4, 2016
1 parent 924a5d0 commit 56be759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core.legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ module.exports = function(Chart) {
var globalDefault = Chart.defaults.global,
lineDefault = globalDefault.elements.line,
legendWidth = me.width,
legendHeight = me.height,
lineWidths = me.lineWidths;

if (opts.display) {
Expand Down

0 comments on commit 56be759

Please sign in to comment.