diff --git a/Charts/Classes/Charts/CombinedChartView.swift b/Charts/Classes/Charts/CombinedChartView.swift index 2eaef4fcf3..7baedba269 100644 --- a/Charts/Classes/Charts/CombinedChartView.swift +++ b/Charts/Classes/Charts/CombinedChartView.swift @@ -67,11 +67,6 @@ public class CombinedChartView: BarLineChartViewBase } } } - else - { - _chartXMin = 0.0 - _chartXMax = Double(_data.xValCount - 1) - } _deltaX = CGFloat(abs(_chartXMax - _chartXMin)) }