Bug 1496651 - Drop mAllowDoubleTapZoom in nsIDocument. r=kats

It's no longer used since this commit.
https://hg.mozilla.org/mozilla-central/rev/ea9f2295023b

Differential Revision: https://phabricator.services.mozilla.com/D7841

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2018-10-05 13:47:01 +00:00
parent 14deb0fb08
commit 5e3469523c
2 changed files with 0 additions and 2 deletions

View File

@ -1444,7 +1444,6 @@ nsIDocument::nsIDocument()
mValidHeight(false),
mAutoSize(false),
mAllowZoom(false),
mAllowDoubleTapZoom(false),
mValidScaleFloat(false),
mValidMaxScale(false),
mScaleStrEmpty(false),

View File

@ -4307,7 +4307,6 @@ protected:
bool mValidHeight: 1;
bool mAutoSize: 1;
bool mAllowZoom: 1;
bool mAllowDoubleTapZoom: 1;
bool mValidScaleFloat: 1;
bool mValidMaxScale: 1;
bool mScaleStrEmpty: 1;