diff Discovery/Src/tInfo.c @ 225:2bb1db22b5f5 div-fixes-3

cleanup: random set of cleanups A random set of cleanups, as found during code reading, and looking around fixing issues. Contains all kinds of things: typo's in comment, typo in variable name, removal of unused code, making things static where possible. Does not contain any functional changes. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Mon, 01 Apr 2019 15:50:41 +0200
parents 255eedad4155
children b7b481df4f22
line wrap: on
line diff
--- a/Discovery/Src/tInfo.c	Sun Mar 31 19:35:51 2019 +0200
+++ b/Discovery/Src/tInfo.c	Mon Apr 01 15:50:41 2019 +0200
@@ -88,9 +88,7 @@
 
 /* Private function prototypes -----------------------------------------------*/
 void tInfo_build_page(void);
-void tInfo_showlog(void);
 
-void tI_draw_tIdesign(void);
 void tI_set_cursor(uint8_t forThisIdentID);
 void tI_startInfoFieldSelect(void);
 void tInfo_write_content_of_actual_Id(void);
@@ -100,9 +98,6 @@
 void tI_clean_content(uint16_t XleftGimpStyle, uint16_t XrightGimpStyle, uint16_t YtopGimpStyle,  const tFont *Font);
 void tInfo_write_content(uint16_t XleftGimpStyle, uint16_t XrightGimpStyle, uint16_t YtopGimpStyle,  const tFont *Font, const char *text, uint8_t color);
 
-void tI_resetInfo(uint8_t color);
-
-void tI_tInfo_refresh_live_content(void);
 void tI_evaluateNewString       (uint32_t editID, uint32_t *pNewValue1, uint32_t *pNewValue2, uint32_t *pNewValue3, uint32_t *pNewValue4);
 
 //void tI_tInfo_newInput        (uint32_t editID, uint32_t int1, uint32_t int2, uint32_t int3, uint32_t int4);