Remove code that was a remnant of the old storage for transition-property. (Bug 550497) r=bzbarsky

This commit is contained in:
L. David Baron 2010-03-16 16:04:21 -07:00
Родитель 4b44fcd3a3
Коммит 1cd78290d8
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -371,9 +371,6 @@ nsCSSDeclaration::AppendCSSValueToString(nsCSSProperty aProperty,
aResult);
}
}
else if (eCSSProperty_transition_property == aProperty) {
AppendASCIItoUTF16(nsCSSProps::GetStringValue((nsCSSProperty) aValue.GetIntValue()), aResult);
}
else {
const nsAFlatCString& name = nsCSSProps::LookupPropertyValue(aProperty, aValue.GetIntValue());
AppendASCIItoUTF16(name, aResult);