comparison 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
comparison
equal deleted inserted replaced
224:ceecabfddb57 225:2bb1db22b5f5
135 TXT_Start_Calculation, 135 TXT_Start_Calculation,
136 /* */ 136 /* */
137 TXT_Information, 137 TXT_Information,
138 /* */ 138 /* */
139 TXT_END, 139 TXT_END,
140 /* */
141 // unused TXT_Conservatism,
142 // unused TXT_enter,
143 // unused TXT_down,
144 // unused TXT_Change,
145 // unused TXT_Luftintegration,
146 // unused TXT_FirmwareUpdate,
147 // unused TXT_ppo2_setting,
148 // unused TXT_Yes,
149 // unused TXT_No,
150 140
151 TXT_MINIMAL = '\xFE', 141 TXT_MINIMAL = '\xFE',
152 TXT_2BYTE = '\xFF', 142 TXT_2BYTE = '\xFF',
153 }; 143 };
154 144
303 TXT2BYTE_ApneaTotal, 293 TXT2BYTE_ApneaTotal,
304 TXT2BYTE_ApneaSurface, 294 TXT2BYTE_ApneaSurface,
305 /* */ 295 /* */
306 TXT2BYTE_FLIPDISPLAY, 296 TXT2BYTE_FLIPDISPLAY,
307 TXT2BYTE_END 297 TXT2BYTE_END
308
309 // unused TXT2BYTE_Button1,
310 // unused TXT2BYTE_Button2,
311 // unused TXT2BYTE_Button3,
312 // unused TXT2BYTE_Button4,
313
314 }; 298 };
315 299
316 #endif /* TEXT_MULTILINGUAGE_H */ 300 #endif /* TEXT_MULTILINGUAGE_H */
317