Bug 552246 remove unused variable availWidth from nsTableRowFrame::CalcHeight

r=bernd
This commit is contained in:
timeless@mozdev.org 2010-04-01 08:07:22 -07:00
Родитель d0fffdb53f
Коммит 2aec598f27
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -552,7 +552,6 @@ nsTableRowFrame::CalcHeight(const nsHTMLReflowState& aReflowState)
kidFrame = kidFrame->GetNextSibling()) {
nsTableCellFrame *cellFrame = do_QueryFrame(kidFrame);
if (cellFrame) {
nscoord availWidth = cellFrame->GetPriorAvailWidth();
nsSize desSize = cellFrame->GetDesiredSize();
if ((NS_UNCONSTRAINEDSIZE == aReflowState.availableHeight) && !GetPrevInFlow()) {
CalculateCellActualHeight(cellFrame, desSize.height);