Remove redundant return at end of void-returning function.

This commit is contained in:
Bruce Mitchener 2018-10-19 22:12:25 +07:00 committed by Khaled Hosny
parent 093c7c4a54
commit 4594730f64
1 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ struct hb_collect_glyphs_context_t :
after = old_after;
recursed_lookups->add (lookup_index);
return;
}
hb_face_t *face;