This commit is contained in:
Behdad Esfahbod 2012-12-29 22:57:53 -05:00
parent eb9ffac7e5
commit d823bb3cad
1 changed files with 0 additions and 5 deletions

View File

@ -2438,11 +2438,6 @@ FcPopValue (FcConfigParse *parse)
value.u.d = vstack->u._double;
value.type = FcTypeDouble;
break;
case FcVStackMatrix:
value.u.m = FcExprMatrixCopyShallow (vstack->u.matrix);
if (value.u.m)
value.type = FcTypeMatrix;
break;
case FcVStackBool:
value.u.b = vstack->u.bool_;
value.type = FcTypeBool;