remove unused code
This commit is contained in:
parent
ab74947c24
commit
3640a751cb
1 changed files with 0 additions and 4 deletions
|
@ -330,10 +330,6 @@ public class PointsWithLabelGraphSeries<E extends DataPointWithLabelInterface> e
|
||||||
mPaint.setStrokeWidth(5);
|
mPaint.setStrokeWidth(5);
|
||||||
canvas.drawRect(endX - 3, bounds.top + py - 3, xPlusLength + 3, bounds.bottom + py + 3, mPaint);
|
canvas.drawRect(endX - 3, bounds.top + py - 3, xPlusLength + 3, bounds.bottom + py + 3, mPaint);
|
||||||
}
|
}
|
||||||
} else if (value.getShape() == Shape.HEARTRATE) {
|
|
||||||
mPaint.setStyle(Paint.Style.FILL_AND_STROKE);
|
|
||||||
mPaint.setStrokeWidth(0);
|
|
||||||
canvas.drawCircle(endX, endY, 1F, mPaint);
|
|
||||||
}
|
}
|
||||||
// set values above point
|
// set values above point
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue