Skip to content

Commit

Permalink
Remove unused parameters from drawLine function
Browse files Browse the repository at this point in the history
  • Loading branch information
larryonoff committed Apr 25, 2018
1 parent 224ef0d commit 5bfb844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Charts/Renderers/LineChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ open class LineChartRenderer: LineRadarRenderer

private func drawLine(
context: CGContext,
dataSet: LineChartDataSetProtocol,
spline: CGMutablePath,
matrix: CGAffineTransform,
drawingColor: NSUIColor)
{
context.beginPath()
Expand Down

0 comments on commit 5bfb844

Please sign in to comment.