comparison Discovery/Src/t6_apnea.c @ 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 255eedad4155
children 8b8074080d7b
comparison
equal deleted inserted replaced
174:ecb71521d004 175:9da7dd50e2ec
44 GFX_DrawCfgWindow t6r1; 44 GFX_DrawCfgWindow t6r1;
45 GFX_DrawCfgWindow t6c1; 45 GFX_DrawCfgWindow t6c1;
46 GFX_DrawCfgWindow t6c2; 46 GFX_DrawCfgWindow t6c2;
47 GFX_DrawCfgWindow t6c3; // for menu text 47 GFX_DrawCfgWindow t6c3; // for menu text
48 48
49 extern float depthLastCall[9];
50 extern uint8_t idDepthLastCall;
51 extern float temperatureLastCall[3];
52 extern uint8_t idTemperatureLastCall;
53
54 uint8_t t6_selection_customview = 0; 49 uint8_t t6_selection_customview = 0;
55 50
56 /* Importend function prototypes ---------------------------------------------*/ 51 /* Importend function prototypes ---------------------------------------------*/
57 extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium);
58 52
59 /* Private types -------------------------------------------------------------*/ 53 /* Private types -------------------------------------------------------------*/
60 54
61 #define CUSTOMBOX_LINE_LEFT (250) 55 #define CUSTOMBOX_LINE_LEFT (250)
62 #define CUSTOMBOX_LINE_RIGHT (549) 56 #define CUSTOMBOX_LINE_RIGHT (549)