Remove some no longer needed code. Bug 368273, r+sr=dbaron

This commit is contained in:
bzbarsky@mit.edu
2007-01-30 05:52:27 +00:00
parent 499098ae5c
commit ec0b8c50c7
4 changed files with 11 additions and 45 deletions

View File

@@ -75,11 +75,6 @@ public:
virtual nscoord GetPrefWidth(nsIRenderingContext *aRenderingContext);
// Differs from GetMinWidth in that it allows one to specify whether
// to fall back on 0 for the min width if we have a specified width.
nscoord DoGetMinWidth(nsIRenderingContext *aRenderingContext,
PRBool aZeroIfWidthSpecified);
NS_IMETHOD Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,