mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-16 10:15:56 +00:00
Remove excess return
Oops!
This commit is contained in:
parent
ba2d543004
commit
3fe5c159d3
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ LOGFONTW *
|
|||
hb_uniscribe_font_get_logfontw (hb_font_t *font)
|
||||
{
|
||||
if (unlikely (!hb_uniscribe_shaper_font_data_ensure (font))) return NULL;
|
||||
return NULL;
|
||||
hb_uniscribe_shaper_font_data_t *font_data = HB_SHAPER_DATA_GET (font);
|
||||
return &font_data->log_font;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue