mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Get rid of dead code.
This commit is contained in:
parent
e1d9416b05
commit
94d5f591ad
@ -295,7 +295,6 @@ nsIAtom* nsXULElement::kBrowserAtom;
|
|||||||
nsIAtom* nsXULElement::kEditorAtom;
|
nsIAtom* nsXULElement::kEditorAtom;
|
||||||
nsIAtom* nsXULElement::kWidthAtom;
|
nsIAtom* nsXULElement::kWidthAtom;
|
||||||
nsIAtom* nsXULElement::kWindowAtom;
|
nsIAtom* nsXULElement::kWindowAtom;
|
||||||
nsIAtom* nsXULElement::kNullAtom;
|
|
||||||
nsIAtom* nsXULElement::kCheckboxAtom;
|
nsIAtom* nsXULElement::kCheckboxAtom;
|
||||||
nsIAtom* nsXULElement::kRadioAtom;
|
nsIAtom* nsXULElement::kRadioAtom;
|
||||||
nsIAtom* nsXULElement::kRadioGroupAtom;
|
nsIAtom* nsXULElement::kRadioGroupAtom;
|
||||||
@ -373,7 +372,6 @@ nsXULElement::Init()
|
|||||||
kRadioGroupAtom = NS_NewAtom("radiogroup");
|
kRadioGroupAtom = NS_NewAtom("radiogroup");
|
||||||
kMenuListAtom = NS_NewAtom("menulist");
|
kMenuListAtom = NS_NewAtom("menulist");
|
||||||
kMenuButtonAtom = NS_NewAtom("menubutton");
|
kMenuButtonAtom = NS_NewAtom("menubutton");
|
||||||
kNullAtom = NS_NewAtom("");
|
|
||||||
|
|
||||||
rv = nsComponentManager::CreateInstance(kNameSpaceManagerCID,
|
rv = nsComponentManager::CreateInstance(kNameSpaceManagerCID,
|
||||||
nsnull,
|
nsnull,
|
||||||
@ -456,7 +454,6 @@ nsXULElement::~nsXULElement()
|
|||||||
NS_IF_RELEASE(kRadioGroupAtom);
|
NS_IF_RELEASE(kRadioGroupAtom);
|
||||||
NS_IF_RELEASE(kMenuListAtom);
|
NS_IF_RELEASE(kMenuListAtom);
|
||||||
NS_IF_RELEASE(kMenuButtonAtom);
|
NS_IF_RELEASE(kMenuButtonAtom);
|
||||||
NS_IF_RELEASE(kNullAtom);
|
|
||||||
|
|
||||||
NS_IF_RELEASE(gNameSpaceManager);
|
NS_IF_RELEASE(gNameSpaceManager);
|
||||||
|
|
||||||
|
@ -359,7 +359,6 @@ protected:
|
|||||||
static nsIAtom* kWindowAtom;
|
static nsIAtom* kWindowAtom;
|
||||||
static nsIAtom* kMenuButtonAtom;
|
static nsIAtom* kMenuButtonAtom;
|
||||||
static nsIAtom* kMenuListAtom;
|
static nsIAtom* kMenuListAtom;
|
||||||
static nsIAtom* kNullAtom;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static nsresult
|
static nsresult
|
||||||
|
@ -295,7 +295,6 @@ nsIAtom* nsXULElement::kBrowserAtom;
|
|||||||
nsIAtom* nsXULElement::kEditorAtom;
|
nsIAtom* nsXULElement::kEditorAtom;
|
||||||
nsIAtom* nsXULElement::kWidthAtom;
|
nsIAtom* nsXULElement::kWidthAtom;
|
||||||
nsIAtom* nsXULElement::kWindowAtom;
|
nsIAtom* nsXULElement::kWindowAtom;
|
||||||
nsIAtom* nsXULElement::kNullAtom;
|
|
||||||
nsIAtom* nsXULElement::kCheckboxAtom;
|
nsIAtom* nsXULElement::kCheckboxAtom;
|
||||||
nsIAtom* nsXULElement::kRadioAtom;
|
nsIAtom* nsXULElement::kRadioAtom;
|
||||||
nsIAtom* nsXULElement::kRadioGroupAtom;
|
nsIAtom* nsXULElement::kRadioGroupAtom;
|
||||||
@ -373,7 +372,6 @@ nsXULElement::Init()
|
|||||||
kRadioGroupAtom = NS_NewAtom("radiogroup");
|
kRadioGroupAtom = NS_NewAtom("radiogroup");
|
||||||
kMenuListAtom = NS_NewAtom("menulist");
|
kMenuListAtom = NS_NewAtom("menulist");
|
||||||
kMenuButtonAtom = NS_NewAtom("menubutton");
|
kMenuButtonAtom = NS_NewAtom("menubutton");
|
||||||
kNullAtom = NS_NewAtom("");
|
|
||||||
|
|
||||||
rv = nsComponentManager::CreateInstance(kNameSpaceManagerCID,
|
rv = nsComponentManager::CreateInstance(kNameSpaceManagerCID,
|
||||||
nsnull,
|
nsnull,
|
||||||
@ -456,7 +454,6 @@ nsXULElement::~nsXULElement()
|
|||||||
NS_IF_RELEASE(kRadioGroupAtom);
|
NS_IF_RELEASE(kRadioGroupAtom);
|
||||||
NS_IF_RELEASE(kMenuListAtom);
|
NS_IF_RELEASE(kMenuListAtom);
|
||||||
NS_IF_RELEASE(kMenuButtonAtom);
|
NS_IF_RELEASE(kMenuButtonAtom);
|
||||||
NS_IF_RELEASE(kNullAtom);
|
|
||||||
|
|
||||||
NS_IF_RELEASE(gNameSpaceManager);
|
NS_IF_RELEASE(gNameSpaceManager);
|
||||||
|
|
||||||
|
@ -359,7 +359,6 @@ protected:
|
|||||||
static nsIAtom* kWindowAtom;
|
static nsIAtom* kWindowAtom;
|
||||||
static nsIAtom* kMenuButtonAtom;
|
static nsIAtom* kMenuButtonAtom;
|
||||||
static nsIAtom* kMenuListAtom;
|
static nsIAtom* kMenuListAtom;
|
||||||
static nsIAtom* kNullAtom;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static nsresult
|
static nsresult
|
||||||
|
Loading…
x
Reference in New Issue
Block a user