1
0
forked from me/IronOS

Building multi-lang

This commit is contained in:
Ben V. Brown
2021-09-12 14:50:39 +10:00
parent 63edd24ee2
commit f6382cf7cb
2 changed files with 2 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ extern const uint8_t FontSectionDataCount;
extern FontSection DynamicFontSections[];
struct LanguageMeta {
char code[8];
uint16_t uniqueID;
const uint8_t *translation_data;
uint16_t translation_size : 15;