Mercurial > public > ostc4
diff Discovery/Inc/simulation.h @ 225:2bb1db22b5f5 div-fixes-3
cleanup: random set of cleanups
A random set of cleanups, as found during code reading, and looking
around fixing issues. Contains all kinds of things: typo's in comment,
typo in variable name, removal of unused code, making things static
where possible. Does not contain any functional changes.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Mon, 01 Apr 2019 15:50:41 +0200 |
parents | 5f11787b4f42 |
children | 55a9aa740f13 |
line wrap: on
line diff
--- a/Discovery/Inc/simulation.h Sun Mar 31 19:35:51 2019 +0200 +++ b/Discovery/Inc/simulation.h Mon Apr 01 15:50:41 2019 +0200 @@ -45,10 +45,8 @@ void simulation_start(int aim_depth); void simulation_exit(void); -void simulation_set_aim_depth(int depth_meter); void simulation_set_heed_decostops(_Bool heed_decostops_while_ascending); -void simulation_add_time(int minutes); void simulation_UpdateLifeData( _Bool checkOncePerSecond); void simulation_set_zero_time_descent(void);