changeset 187:485c5135cf7f cleanup-2

cleanup: forgotten cleanup from 9da7dd50e2ec Simply cleanup something forgotten in 9da7dd50e2ec. There is so much duplicate code, that things are very easy to forget when cleaning up. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Fri, 15 Mar 2019 12:53:14 +0100
parents f11f0bf6ef2d
children ddc21166d25b
files Discovery/Src/t7.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/t7.c	Fri Mar 15 12:39:28 2019 +0100
+++ b/Discovery/Src/t7.c	Fri Mar 15 12:53:14 2019 +0100
@@ -74,8 +74,6 @@
 /* Exported variables --------------------------------------------------------*/
 
 /* Private variables ---------------------------------------------------------*/
-float depthLastCall[9] = { 0,0,0,0,0,0,0,0,0};
-uint8_t idDepthLastCall = 0;
 float temperatureLastCall[3] = { 0,0,0};
 uint8_t idTemperatureLastCall = 0;
 
@@ -2053,7 +2051,7 @@
     t7_colorscheme_mod(TextL2);
     GFX_write_string(&FontT105,&t7l2,TextL2,1);
 
-    /* ascentrate graph */
+    /* ascent rate graph */
     if(stateUsed->lifeData.ascent_rate_meter_per_min > 0)
     {
     	if(!pSettings->FlipDisplay)