mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Remove unused mCompactMarginWidth member. b=328551 r+sr=roc
This commit is contained in:
parent
5756f43ba9
commit
dcc10543a7
@ -324,7 +324,6 @@ nsHTMLReflowState::Init(nsPresContext* aPresContext,
|
||||
nsMargin* aBorder,
|
||||
nsMargin* aPadding)
|
||||
{
|
||||
mCompactMarginWidth = 0;
|
||||
#ifdef DEBUG
|
||||
mDebugHook = nsnull;
|
||||
#endif
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user