Remove the dead code
This commit is contained in:
parent
69ff6b6e26
commit
7301f2f028
|
@ -136,8 +136,6 @@ FcFileScanFontConfig (FcFontSet *set,
|
|||
ret = FcFalse;
|
||||
}
|
||||
}
|
||||
else if (font)
|
||||
FcPatternDestroy (font);
|
||||
id++;
|
||||
} while (font && ret && id < count);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue