Remove unnecessary return

pull/4202/head
Behdad Esfahbod 2 years ago
parent 781da13e99
commit c997e490c7
  1. 1
      src/OT/glyf/CompositeGlyph.hh

@ -262,7 +262,6 @@ struct CompositeGlyphRecord
set_gid (gid);
memmove (p - HBGlyphID24::static_size + HBGlyphID16::static_size, p, end - p);
return;
}
#endif

Loading…
Cancel
Save