summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r--firmware/export/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index fff7d05c0b..eeb8a36bf8 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -97,7 +97,6 @@ struct font {
97 const unsigned short *offset; /* offsets into bitmap data*/ 97 const unsigned short *offset; /* offsets into bitmap data*/
98 const unsigned char *width; /* character widths or NULL if fixed*/ 98 const unsigned char *width; /* character widths or NULL if fixed*/
99 int defaultchar; /* default char (not glyph index)*/ 99 int defaultchar; /* default char (not glyph index)*/
100 long bits_size; /* # words of bitmap_t bits*/
101}; 100};
102 101
103/* font routines*/ 102/* font routines*/