Removed some code that is no longer needed

This commit is contained in:
troy%netscape.com 1999-03-06 01:58:33 +00:00
parent 6247024d47
commit 5d77d78450
2 changed files with 0 additions and 8 deletions

View File

@ -243,10 +243,6 @@ RootFrame::Reflow(nsIPresContext& aPresContext,
// Reflow the frame // Reflow the frame
nsIHTMLReflow* htmlReflow; nsIHTMLReflow* htmlReflow;
if (NS_OK == kidFrame->QueryInterface(kIHTMLReflowIID, (void**)&htmlReflow)) { if (NS_OK == kidFrame->QueryInterface(kIHTMLReflowIID, (void**)&htmlReflow)) {
// XXX Temporary hack until the block/inline code changes. It expects
// the available width to be the space minus any margins...
kidReflowState.availableWidth -= kidReflowState.computedMargin.left +
kidReflowState.computedMargin.right;
ReflowChild(kidFrame, aPresContext, kidDesiredSize, kidReflowState, ReflowChild(kidFrame, aPresContext, kidDesiredSize, kidReflowState,
aStatus); aStatus);

View File

@ -243,10 +243,6 @@ RootFrame::Reflow(nsIPresContext& aPresContext,
// Reflow the frame // Reflow the frame
nsIHTMLReflow* htmlReflow; nsIHTMLReflow* htmlReflow;
if (NS_OK == kidFrame->QueryInterface(kIHTMLReflowIID, (void**)&htmlReflow)) { if (NS_OK == kidFrame->QueryInterface(kIHTMLReflowIID, (void**)&htmlReflow)) {
// XXX Temporary hack until the block/inline code changes. It expects
// the available width to be the space minus any margins...
kidReflowState.availableWidth -= kidReflowState.computedMargin.left +
kidReflowState.computedMargin.right;
ReflowChild(kidFrame, aPresContext, kidDesiredSize, kidReflowState, ReflowChild(kidFrame, aPresContext, kidDesiredSize, kidReflowState,
aStatus); aStatus);