Removed some code that is no longer needed

git-svn-id: svn://10.0.0.236/trunk@23030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-03-06 01:58:33 +00:00
parent 5bd0174c47
commit 21a6536307
2 changed files with 0 additions and 8 deletions

View File

@@ -243,10 +243,6 @@ RootFrame::Reflow(nsIPresContext& aPresContext,
// Reflow the frame
nsIHTMLReflow* 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,
aStatus);