Mercurial > public > ostc4
changeset 175:9da7dd50e2ec max-depth
cleanup: remove unused code
as found while fixing the max depth bug.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Mon, 11 Mar 2019 19:57:51 +0100 |
parents | ecb71521d004 |
children | 1719b9d1094b |
files | Discovery/Src/t5_gauge.c Discovery/Src/t6_apnea.c |
diffstat | 2 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Src/t5_gauge.c Mon Mar 11 19:54:20 2019 +0100 +++ b/Discovery/Src/t5_gauge.c Mon Mar 11 19:57:51 2019 +0100 @@ -47,11 +47,6 @@ GFX_DrawCfgWindow t5c2; GFX_DrawCfgWindow t5c3; // for menu text -extern float depthLastCall[9]; -extern uint8_t idDepthLastCall; -extern float temperatureLastCall[3]; -extern uint8_t idTemperatureLastCall; - uint8_t t5_selection_customview = 0; /* Importend function prototypes ---------------------------------------------*/
--- a/Discovery/Src/t6_apnea.c Mon Mar 11 19:54:20 2019 +0100 +++ b/Discovery/Src/t6_apnea.c Mon Mar 11 19:57:51 2019 +0100 @@ -46,15 +46,9 @@ GFX_DrawCfgWindow t6c2; GFX_DrawCfgWindow t6c3; // for menu text -extern float depthLastCall[9]; -extern uint8_t idDepthLastCall; -extern float temperatureLastCall[3]; -extern uint8_t idTemperatureLastCall; - uint8_t t6_selection_customview = 0; /* Importend function prototypes ---------------------------------------------*/ -extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium); /* Private types -------------------------------------------------------------*/