Remove the dead code

This commit is contained in:
Akira TAGOH 2015-03-23 13:18:49 +09:00
parent 69ff6b6e26
commit 7301f2f028
1 changed files with 0 additions and 2 deletions

View File

@ -136,8 +136,6 @@ FcFileScanFontConfig (FcFontSet *set,
ret = FcFalse;
}
}
else if (font)
FcPatternDestroy (font);
id++;
} while (font && ret && id < count);
return ret;