Bug 212601: Remove unused variable from nsTableCellFrame.cpp. r+sr=bzbarsky

This commit is contained in:
jaggernaut@netscape.com
2003-07-13 22:55:03 +00:00
parent fff827a77e
commit 9d1c71ac09
2 changed files with 0 additions and 8 deletions

View File

@@ -1108,12 +1108,8 @@ void nsTableCellFrame::MapBorderPadding(nsIPresContext* aPresContext)
if (!tableFrame)
return;
// get the table frame style context, and from it get cellpadding, cellspacing, and border info
const nsStyleTable* tableStyle = tableFrame->GetStyleTable();
MapVAlignAttribute(aPresContext, tableFrame);
MapHAlignAttribute(aPresContext, tableFrame);
}
/* XXX: this code will not work properly until the style and layout code has been updated