1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

removed unused code for the time being

This commit is contained in:
gorhill 2015-01-15 08:41:30 -05:00
parent c46d25874d
commit f482164601

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