* src/cache/ftcbasic.c (ftc_basic_family_get_count): Remove redundancy.

check-deprecated-warning-for-macosx
Alexei Podtelezhnikov 2 years ago
parent de8f14a8e4
commit b93f20ab7a
  1. 3
      src/cache/ftcbasic.c

@ -120,8 +120,7 @@
}
#endif
if ( !error )
result = (FT_UInt)face->num_glyphs;
result = (FT_UInt)face->num_glyphs;
return result;
}

Loading…
Cancel
Save