diff Discovery/Inc/text_multilanguage.h @ 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 cc9c18075e00
children 77de014928d6 50ea68c7a153
line wrap: on
line diff
--- a/Discovery/Inc/text_multilanguage.h	Sun Mar 31 19:35:51 2019 +0200
+++ b/Discovery/Inc/text_multilanguage.h	Mon Apr 01 15:50:41 2019 +0200
@@ -137,16 +137,6 @@
 		TXT_Information,
 		/* */
 		TXT_END,
-		/* */
-		// unused TXT_Conservatism,
-		// unused TXT_enter,
-		// unused TXT_down,
-		// unused TXT_Change,
-		// unused TXT_Luftintegration,
-		// unused TXT_FirmwareUpdate,
-		// unused TXT_ppo2_setting,
-		// unused TXT_Yes,
-		// unused TXT_No,
 
 		TXT_MINIMAL = '\xFE',
 		TXT_2BYTE 	= '\xFF',
@@ -305,13 +295,6 @@
 		/* */
 		TXT2BYTE_FLIPDISPLAY,
 		TXT2BYTE_END
-
-		// unused TXT2BYTE_Button1,
-		// unused TXT2BYTE_Button2,
-		// unused TXT2BYTE_Button3,
-		// unused TXT2BYTE_Button4,
-
 };
 
 #endif /* TEXT_MULTILINGUAGE_H */
-