commit 413bdb4d73f47ecb45a5ce9c4825678865f1512c
parent cdd430731164e677d4d9c58dcd9e81e51982982e
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Wed, 26 Nov 2025 00:19:43 +0100
Bug 2000626 - Remove an unused field that errors out.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/view/nsView.h b/view/nsView.h
@@ -228,7 +228,6 @@ class nsView final : public nsIWidgetListener {
nsCOMPtr<nsIWidget> mWindow;
nsCOMPtr<nsIWidget> mPreviousWindow;
nsSize mSize;
- bool mIsDirty = false;
};
#endif