Save 4 bytes by eliminating the mCalculated data member which wasn't being used
This commit is contained in:
troy@netscape.com
1999-10-16 16:17:07 +00:00
parent ed68e85724
commit adadef5a7f
4 changed files with 4 additions and 18 deletions

View File

@@ -1106,8 +1106,6 @@ void nsTableCellFrame::RecalcLayoutData(nsMargin& aMargin)
mMargin.top = aMargin.top;
mMargin.right = aMargin.right;
mMargin.bottom = aMargin.bottom;
mCalculated = NS_OK;
}