Skip to content

Commit

Permalink
Remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vpop committed Sep 18, 2016
1 parent 5b9bd6e commit 89f10e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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 89f10e9

Please sign in to comment.