diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-02 14:35:51 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-02 14:38:33 -0500 |
commit | ce48f03946bef895912019046bdbe62bb1301d0b (patch) | |
tree | db45789df9e20f4b119eeb8f6cf9e2d257558799 /src/harfbuzz-open.c | |
parent | 0e13beeb93077750183a8242780158b88df81e26 (diff) | |
parent | 2d15e72c75931398db5e027e660f1320bb979117 (diff) | |
download | harfbuzz-ng-mergepoint.tar.gz |
Merge harfbuzz-ngng-mergepoint
Diffstat (limited to 'src/harfbuzz-open.c')
-rw-r--r-- | src/harfbuzz-open.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/harfbuzz-open.c b/src/harfbuzz-open.c index e187916e..68b27d4b 100644 --- a/src/harfbuzz-open.c +++ b/src/harfbuzz-open.c @@ -124,15 +124,6 @@ static HB_Error Load_Script( HB_ScriptTable* s, count = s->LangSysCount = GET_UShort(); - /* safety check; otherwise the official handling of TrueType Open - fonts won't work */ - - if ( s->LangSysCount == 0 && s->DefaultLangSys.FeatureCount == 0 ) - { - error = HB_Err_Not_Covered; - goto Fail2; - } - FORGET_Frame(); s->LangSysRecord = NULL; |