Bug 734953 - Remove skew() transformation function; r=dbaron

This commit is contained in:
Aryeh Gregor
2012-03-20 13:39:57 -04:00
parent 1963b26419
commit cde53b9a3d
17 changed files with 33 additions and 180 deletions

View File

@@ -7935,12 +7935,6 @@ static bool GetFunctionParseInformation(nsCSSKeyword aToken,
aMinElems = 1U;
aMaxElems = 2U;
break;
case eCSSKeyword_skew:
/* Exactly one or two angles. */
variantIndex = eTwoAngles;
aMinElems = 1U;
aMaxElems = 2U;
break;
case eCSSKeyword_scale:
/* One or two scale factors. */
variantIndex = eTwoNumbers;