From 15adcd65d22302ac45d3140f2a4e557aca07e562 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 7 Apr 2000 18:24:15 +0000 Subject: [PATCH] Bug 34408. Fix botched checkin that left '#if 0' in the code. a=leaf --- content/xul/content/src/nsXULElement.cpp | 2 -- rdf/content/src/nsXULElement.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/content/xul/content/src/nsXULElement.cpp b/content/xul/content/src/nsXULElement.cpp index 4cf2fa96e6de..0538b1aadba1 100644 --- a/content/xul/content/src/nsXULElement.cpp +++ b/content/xul/content/src/nsXULElement.cpp @@ -3923,11 +3923,9 @@ nsXULElement::GetMappedAttributeImpact(const nsIAtom* aAttribute, nsIAtom* tag = Tag(); if (kTreeItemAtom == tag) { -#if 0 // Force a framechange if the 'open' atom changes on a if (kOpenAtom == aAttribute) aHint = NS_STYLE_HINT_FRAMECHANGE; -#endif } else if (kTreeColAtom == tag) { // Ignore 'width' and 'hidden' on a diff --git a/rdf/content/src/nsXULElement.cpp b/rdf/content/src/nsXULElement.cpp index 4cf2fa96e6de..0538b1aadba1 100644 --- a/rdf/content/src/nsXULElement.cpp +++ b/rdf/content/src/nsXULElement.cpp @@ -3923,11 +3923,9 @@ nsXULElement::GetMappedAttributeImpact(const nsIAtom* aAttribute, nsIAtom* tag = Tag(); if (kTreeItemAtom == tag) { -#if 0 // Force a framechange if the 'open' atom changes on a if (kOpenAtom == aAttribute) aHint = NS_STYLE_HINT_FRAMECHANGE; -#endif } else if (kTreeColAtom == tag) { // Ignore 'width' and 'hidden' on a