Turned off some code that was accidently turned on

This commit is contained in:
troy 1998-07-15 04:46:51 +00:00
Родитель fe75103d32
Коммит a0c12aec8d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1194,7 +1194,7 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext,
kidFrame->GetRect(kidRect);
kidFrame->SizeTo(desiredSize.width, desiredSize.height);
#if 0
#if 1
// XXX For the time being just fall through and treat it like a
// pass 2 reflow...
mPass = kPASS_SECOND;

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

@ -1194,7 +1194,7 @@ NS_METHOD nsTableFrame::Reflow(nsIPresContext& aPresContext,
kidFrame->GetRect(kidRect);
kidFrame->SizeTo(desiredSize.width, desiredSize.height);
#if 0
#if 1
// XXX For the time being just fall through and treat it like a
// pass 2 reflow...
mPass = kPASS_SECOND;