diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-03-16 21:28:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 21:28:00 +0100 |
commit | a6066c5e42765a8b41f3e331ffa080ddc9624641 (patch) | |
tree | 1a1ddbfb1df077a1f57b1fe9f49e4f646e6c2c60 /thirdparty/harfbuzz/src/hb-ot-post-table.hh | |
parent | d71c9f00050ce08917c06c2ec235bc09ea52f5a7 (diff) | |
parent | b79e8c22f09456e0c0fbcc9ccc5de6b3d54f6476 (diff) |
Merge pull request #47072 from bruvzg/hb_2_8_0
HarfBuzz: Update to version 2.8.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-ot-post-table.hh')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-ot-post-table.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/harfbuzz/src/hb-ot-post-table.hh b/thirdparty/harfbuzz/src/hb-ot-post-table.hh index 8586331cd4..f22d6e244d 100644 --- a/thirdparty/harfbuzz/src/hb-ot-post-table.hh +++ b/thirdparty/harfbuzz/src/hb-ot-post-table.hh @@ -87,7 +87,6 @@ struct post if (unlikely (!post_prime)) return_trace (false); serialize (c->serializer); - if (c->serializer->in_error () || c->serializer->ran_out_of_room) return_trace (false); return_trace (true); } |