# HG changeset patch
# User Jan Mulder <jlmulder@xs4all.nl>
# Date 1552650794 -3600
# Node ID 485c5135cf7f3e7ff692169bfe8ae5437aa908be
# Parent  f11f0bf6ef2dfaf9b996233e1ad90c32652067cd
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>

diff -r f11f0bf6ef2d -r 485c5135cf7f Discovery/Src/t7.c
--- 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)