Bug 827085 - Remove unused mSharedPresShell member on nsPrintObject. r=roc

This commit is contained in:
Cameron McCormack 2013-01-07 12:57:19 +11:00
parent 86f510779d
commit af99b6bdbf
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@
nsPrintObject::nsPrintObject() :
mContent(nullptr), mFrameType(eFrame), mParent(nullptr),
mHasBeenPrinted(false), mDontPrint(true), mPrintAsIs(false),
mSharedPresShell(false), mInvisible(false), mDidCreateDocShell(false),
mInvisible(false), mDidCreateDocShell(false),
mShrinkRatio(1.0), mZoomRatio(1.0)
{
MOZ_COUNT_CTOR(nsPrintObject);

View File

@ -56,7 +56,6 @@ public:
bool mHasBeenPrinted;
bool mDontPrint;
bool mPrintAsIs;
bool mSharedPresShell;
bool mInvisible; // Indicates PO is set to not visible by CSS
bool mPrintPreview;
bool mDidCreateDocShell;