Remove redundant return at end of void-returning function.
This commit is contained in:
parent
093c7c4a54
commit
4594730f64
|
@ -199,8 +199,6 @@ struct hb_collect_glyphs_context_t :
|
||||||
after = old_after;
|
after = old_after;
|
||||||
|
|
||||||
recursed_lookups->add (lookup_index);
|
recursed_lookups->add (lookup_index);
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hb_face_t *face;
|
hb_face_t *face;
|
||||||
|
|
Loading…
Reference in New Issue