mirror of https://github.com/freetype/freetype
* src/cache/ftcbasic.c (ftc_basic_family_get_count): Remove redundancy.
This commit is contained in:
parent
de8f14a8e4
commit
b93f20ab7a
|
@ -120,8 +120,7 @@
|
|||
}
|
||||
#endif
|
||||
|
||||
if ( !error )
|
||||
result = (FT_UInt)face->num_glyphs;
|
||||
result = (FT_UInt)face->num_glyphs;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue