1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

removed unused code for the time being

This commit is contained in:
gorhill 2015-01-15 08:41:30 -05:00
parent ca77c677d7
commit 97b5ad9ad5

View File

@ -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_ ) {