# HG changeset patch
# User Jan Mulder <jlmulder@xs4all.nl>
# Date 1552330671 -3600
# Node ID 9da7dd50e2ecee0d86341327898c8a4b6a57ed3c
# Parent  ecb71521d004d69046b889367d9ae2211433e18b
cleanup: remove unused code

as found while fixing the max depth bug.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>

diff -r ecb71521d004 -r 9da7dd50e2ec Discovery/Src/t5_gauge.c
--- 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 ---------------------------------------------*/
diff -r ecb71521d004 -r 9da7dd50e2ec Discovery/Src/t6_apnea.c
--- 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 -------------------------------------------------------------*/