mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[subset/glyf] Remove unneeded codepath
This commit is contained in:
parent
ac1f5ca0d9
commit
efefec13cc
1 changed files with 0 additions and 7 deletions
|
@ -26,13 +26,6 @@ struct SubsetGlyph
|
|||
{
|
||||
TRACE_SERIALIZE (this);
|
||||
|
||||
if (length () == 0)
|
||||
{
|
||||
/* Fast path for retain-gid holes. */
|
||||
DEBUG_MSG (SUBSET, nullptr, "serialize empty glyph");
|
||||
return true;
|
||||
}
|
||||
|
||||
hb_bytes_t dest_glyph = dest_start.copy (c);
|
||||
hb_bytes_t end_copy = dest_end.copy (c);
|
||||
if (!end_copy.arrayZ || !dest_glyph.arrayZ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue