mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
removed unused code for the time being
This commit is contained in:
parent
ca77c677d7
commit
97b5ad9ad5
1 changed files with 0 additions and 4 deletions
|
|
@ -192,10 +192,6 @@ const contentObserver = {
|
|||
}
|
||||
|
||||
sandbox._sandboxId_ = sandboxId;
|
||||
sandbox._urlNormalizer_ = function(url, baseURI) {
|
||||
baseURI = Services.io.newURI(baseURI, null, null);
|
||||
return Services.io.newURI(url, null, baseURI).asciiSpec;
|
||||
};
|
||||
sandbox.sendAsyncMessage = messager.sendAsyncMessage;
|
||||
sandbox.addMessageListener = function(callback) {
|
||||
if ( this._messageListener_ ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue