From ed486643dae218c88cb3c1b9f0fc00dba677634f Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Sat, 10 Nov 2001 00:04:47 +0000 Subject: [PATCH] Bug 105068. Oops, I mean to remove this. git-svn-id: svn://10.0.0.236/trunk@107792 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/xul/content/src/nsXULElement.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/content/xul/content/src/nsXULElement.h b/mozilla/content/xul/content/src/nsXULElement.h index b31de7f61c9..0c957782d3f 100644 --- a/mozilla/content/xul/content/src/nsXULElement.h +++ b/mozilla/content/xul/content/src/nsXULElement.h @@ -539,12 +539,6 @@ protected: nsCheapVoidArray mChildren; // [OWNER] nsCOMPtr mListenerManager; // [OWNER] - /** - * The state of our sloth for lazy content model construction via - * RDF; see nsIXULContent and nsRDFGenericBuilder. - */ - PRInt32 mLazyState; - /** * The nearest enclosing content node with a binding * that created us. [Weak]