Skip to content

Commit

Permalink
Merge pull request #2273 from vpop/update/unused-local
Browse files Browse the repository at this point in the history
Remove unused local variable
  • Loading branch information
almic committed Oct 28, 2018
2 parents 129ad15 + 89f10e9 commit 6ce9932
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ protected void drawHorizontalBezier(ILineDataSet dataSet) {

protected void drawCubicBezier(ILineDataSet dataSet) {

float phaseX = Math.max(0.f, Math.min(1.f, mAnimator.getPhaseX()));
float phaseY = mAnimator.getPhaseY();

Transformer trans = mChart.getTransformer(dataSet.getAxisDependency());
Expand Down

0 comments on commit 6ce9932

Please sign in to comment.