From c997e490c78f8e643f9d8ff8c712cc1856b4979f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 20 Apr 2023 17:02:38 -0600 Subject: [PATCH] Remove unnecessary return --- src/OT/glyf/CompositeGlyph.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OT/glyf/CompositeGlyph.hh b/src/OT/glyf/CompositeGlyph.hh index fe86e3591..662c1e03c 100644 --- a/src/OT/glyf/CompositeGlyph.hh +++ b/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