From 95749abe54f811ebffbc47ebe6ebd76d27973400 Mon Sep 17 00:00:00 2001 From: Timothy Nikkel Date: Thu, 2 Apr 2015 16:12:23 -0500 Subject: [PATCH] Bug 1150363. Remove unused mInScroll from nsViewManager. r=mats --- view/nsViewManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/view/nsViewManager.h b/view/nsViewManager.h index 4f2bdcf0c717..585529dcdb15 100644 --- a/view/nsViewManager.h +++ b/view/nsViewManager.h @@ -406,7 +406,6 @@ private: bool mPainting; bool mRecursiveRefreshPending; bool mHasPendingWidgetGeometryChanges; - bool mInScroll; //from here to public should be static and locked... MMP