summaryrefslogtreecommitdiff
path: root/src/sfnt.h
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2024-04-04 13:52:52 +0800
committerPo Lu <luangruo@yahoo.com>2024-04-04 13:52:52 +0800
commitdaefd6771a4879bb8e71ea67f69522700155df01 (patch)
tree17dc4a1fcde79c3e7f568d8abd901f9a50a28751 /src/sfnt.h
parent42c0603c7aab191c9cc15a7eca1253060ff5b71a (diff)
downloademacs-daefd6771a4879bb8e71ea67f69522700155df01.tar.gz
Remove redundant byte-swapping boundary
* src/sfnt.c (sfnt_read_OS_2_table): * src/sfnt.h (struct sfnt_OS_2_table): Don't redundantly realign after s_family_class.
Diffstat (limited to 'src/sfnt.h')
-rw-r--r--src/sfnt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sfnt.h b/src/sfnt.h
index 444b1dfe427..ecc3876b394 100644
--- a/src/sfnt.h
+++ b/src/sfnt.h
@@ -1395,8 +1395,6 @@ struct sfnt_OS_2_table
/* Microsoft ``panose'' classification. */
unsigned char panose[10];
- /* Alignment boundary! */
-
/* Unicode range specification. */
uint32_t ul_unicode_range[4];