Removed a couple of old canvas lines.

#story[1261]
main
Jessica Syder 8 years ago
parent 9bc36ba544
commit 0cb008cef7

@ -18,3 +18,4 @@
Erika Savell <esa46@uclive.ac.nz>
Connor Taylor-Brown <cbt24@cs17086jp.canterbury.ac.nz> <cbt24@uclive.canterbury.ac.nz>
Fraser Cope <fjc40@uclive.ac.nz>
Jessica Syder <jam339@uclive.ac.nz> Jessica Syder <doctorjess@live.com>

@ -78,7 +78,6 @@ public class RaceViewController extends Controller {
private @FXML LineChart<Number, Number> sparklineChart;
private @FXML Label tutorialText;
/**
* Displays a specified race.
* Intended to be called on loading the scene.
@ -295,9 +294,6 @@ public class RaceViewController extends Controller {
});
}
/**
* Initialises the frame rate functionality. This allows for toggling the
* frame rate, and connect the fps label to the race's fps property.
@ -425,8 +421,6 @@ public class RaceViewController extends Controller {
e.printStackTrace();
}
} else {
// refresh visual race display
// raceCanvas.drawRace();
boatInfoTable.sort();
}

Loading…
Cancel
Save