diff --git a/core/src/com/agateau/pixelwheels/racescreen/FinishedOverlay.java b/core/src/com/agateau/pixelwheels/racescreen/FinishedOverlay.java index ad1b5827e..5ec1c1ac4 100644 --- a/core/src/com/agateau/pixelwheels/racescreen/FinishedOverlay.java +++ b/core/src/com/agateau/pixelwheels/racescreen/FinishedOverlay.java @@ -118,35 +118,9 @@ enum RaceColumn { RACER, BEST_LAP_TIME, TOTAL_TIME, - POINTS // Championship race only } - private final TableRowCreator mQuickRaceRowCreator = - // - 1 because we don't show the Points column in quick race mode - new TableRowCreator(RaceColumn.values().length - 1) { - @Override - protected Cell