From dcc10543a707b588c6654935f05ce427369b7bcd Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Sun, 26 Feb 2006 10:35:44 +0000 Subject: [PATCH] Remove unused mCompactMarginWidth member. b=328551 r+sr=roc --- layout/generic/nsHTMLReflowState.cpp | 1 - layout/generic/nsHTMLReflowState.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/layout/generic/nsHTMLReflowState.cpp b/layout/generic/nsHTMLReflowState.cpp index 1a366992efbb..ecf332e308bf 100644 --- a/layout/generic/nsHTMLReflowState.cpp +++ b/layout/generic/nsHTMLReflowState.cpp @@ -324,7 +324,6 @@ nsHTMLReflowState::Init(nsPresContext* aPresContext, nsMargin* aBorder, nsMargin* aPadding) { - mCompactMarginWidth = 0; #ifdef DEBUG mDebugHook = nsnull; #endif diff --git a/layout/generic/nsHTMLReflowState.h b/layout/generic/nsHTMLReflowState.h index 25f9bc73e36c..f12395000df6 100644 --- a/layout/generic/nsHTMLReflowState.h +++ b/layout/generic/nsHTMLReflowState.h @@ -226,9 +226,6 @@ struct nsHTMLReflowState { nscoord mComputedMinWidth, mComputedMaxWidth; nscoord mComputedMinHeight, mComputedMaxHeight; - // Compact margin available space - nscoord mCompactMarginWidth; - // Cached pointers to the various style structs used during intialization const nsStyleDisplay* mStyleDisplay; const nsStyleVisibility* mStyleVisibility;