From a4260efd1fa8952ee4de64689dd5efea4509e976 Mon Sep 17 00:00:00 2001 From: "peterv%netscape.com" Date: Wed, 28 Jun 2006 05:38:13 +0000 Subject: [PATCH] Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. git-svn-id: svn://10.0.0.236/trunk@201075 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xpwidgets/nsWidgetAtoms.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/widget/src/xpwidgets/nsWidgetAtoms.h b/mozilla/widget/src/xpwidgets/nsWidgetAtoms.h index 752a39be3c4..fa161d7d9be 100644 --- a/mozilla/widget/src/xpwidgets/nsWidgetAtoms.h +++ b/mozilla/widget/src/xpwidgets/nsWidgetAtoms.h @@ -41,8 +41,6 @@ #include "prtypes.h" #include "nsIAtom.h" -class nsINameSpaceManager; - /** * This class wraps up the creation and destruction of the standard * set of xul atoms used during normal xul handling. This object @@ -58,9 +56,6 @@ public: static void AddRefAtoms(); static void ReleaseAtoms(); - // XUL namespace ID, good for the life of the nsXULAtoms object - static PRInt32 nameSpaceID; - /* Declare all atoms The atom names and values are stored in nsWidgetAtomList.h and