Remove comment that should have been removed in bug 160403. (Bug 376075) r+sr=bzbarsky

This commit is contained in:
L. David Baron 2008-12-23 09:06:56 -05:00
parent 8e85e47bd1
commit 83e1e59019

View File

@ -621,10 +621,6 @@ nsCSSDeclaration::GetValue(nsCSSProperty aProperty,
return NS_OK;
}
// XXX What about checking the consistency of '!important'?
// XXX What about checking that we don't serialize inherit,
// -moz-initial, or other illegal values?
// XXXldb Can we share shorthand logic with ToString?
switch (aProperty) {
case eCSSProperty_margin: