Bug 1361617: Remove unused member var nsFlexContainerFrame::mChildrenHaveBeenReordered. r=mats

MozReview-Commit-ID: Iqk85piO9gT

--HG--
extra : rebase_source : f96b3086c62a6dc5c0bbde5640211d4343cb68a8
This commit is contained in:
Daniel Holbert 2017-05-11 23:09:38 -07:00
parent 868183b04c
commit 886c9c28ca

View File

@ -330,9 +330,6 @@ protected:
const mozilla::LogicalPoint& aContentBoxOrigin,
const nsSize& aContainerSize);
bool mChildrenHaveBeenReordered; // Have we ever had to reorder our kids
// to satisfy their 'order' values?
nscoord mBaselineFromLastReflow;
// Note: the last baseline is a distance from our border-box end edge.
nscoord mLastBaselineFromLastReflow;