Mercurial > public > ostc4
comparison Discovery/Src/t5_gauge.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 | 39c147e47c1c |
comparison
equal
deleted
inserted
replaced
174:ecb71521d004 | 175:9da7dd50e2ec |
---|---|
44 GFX_DrawCfgWindow t5l1; | 44 GFX_DrawCfgWindow t5l1; |
45 GFX_DrawCfgWindow t5r1; | 45 GFX_DrawCfgWindow t5r1; |
46 GFX_DrawCfgWindow t5c1; | 46 GFX_DrawCfgWindow t5c1; |
47 GFX_DrawCfgWindow t5c2; | 47 GFX_DrawCfgWindow t5c2; |
48 GFX_DrawCfgWindow t5c3; // for menu text | 48 GFX_DrawCfgWindow t5c3; // for menu text |
49 | |
50 extern float depthLastCall[9]; | |
51 extern uint8_t idDepthLastCall; | |
52 extern float temperatureLastCall[3]; | |
53 extern uint8_t idTemperatureLastCall; | |
54 | 49 |
55 uint8_t t5_selection_customview = 0; | 50 uint8_t t5_selection_customview = 0; |
56 | 51 |
57 /* Importend function prototypes ---------------------------------------------*/ | 52 /* Importend function prototypes ---------------------------------------------*/ |
58 //extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium); | 53 //extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium); |