mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1257128 (part 4) - Remove unused nsIAtomService references in toolkit/. r=froydnj.
This commit is contained in:
parent
3b2b1196b3
commit
916e86a26e
@ -11,7 +11,6 @@
|
||||
#include "nsIIOService.h"
|
||||
#include "nsToolkitCompsCID.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIAtomService.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "nsITreeBoxObject.h"
|
||||
|
@ -10,7 +10,6 @@ const nsIPrefLocalizedString = Components.interfaces.nsIPrefLocalizedString;
|
||||
const nsISupportsString = Components.interfaces.nsISupportsString;
|
||||
const nsIPrefBranch = Components.interfaces.nsIPrefBranch;
|
||||
const nsIClipboardHelper = Components.interfaces.nsIClipboardHelper;
|
||||
const nsIAtomService = Components.interfaces.nsIAtomService;
|
||||
|
||||
const nsSupportsString_CONTRACTID = "@mozilla.org/supports-string;1";
|
||||
const nsPrompt_CONTRACTID = "@mozilla.org/embedcomp/prompt-service;1";
|
||||
@ -20,7 +19,6 @@ const nsAtomService_CONTRACTID = "@mozilla.org/atom-service;1";
|
||||
|
||||
const gPrefBranch = Services.prefs;
|
||||
const gClipboardHelper = Components.classes[nsClipboardHelper_CONTRACTID].getService(nsIClipboardHelper);
|
||||
const gAtomService = Components.classes[nsAtomService_CONTRACTID].getService(nsIAtomService);
|
||||
|
||||
var gLockProps = ["default", "user", "locked"];
|
||||
// we get these from a string bundle
|
||||
|
@ -541,11 +541,6 @@
|
||||
.getService(Components.interfaces.nsIPrefBranch);
|
||||
</field>
|
||||
|
||||
<field name="mAtomService" readonly="true">
|
||||
Components.classes['@mozilla.org/atom-service;1']
|
||||
.getService(Components.interfaces.nsIAtomService);
|
||||
</field>
|
||||
|
||||
<field name="_mStrBundle">null</field>
|
||||
|
||||
<property name="mStrBundle">
|
||||
|
Loading…
Reference in New Issue
Block a user