]> git.parisson.com Git - pdf.js.git/commitdiff
Remove duplicaten dom window func.
authorBrendan Dahl <brendan.dahl@gmail.com>
Fri, 23 Mar 2012 21:32:19 +0000 (14:32 -0700)
committerBrendan Dahl <brendan.dahl@gmail.com>
Fri, 23 Mar 2012 21:32:19 +0000 (14:32 -0700)
extensions/firefox/components/PdfStreamConverter.js

index da7748f32ec65a24859e7c2eee49d6397baac64c..64cd13a38126e1e26aa31a6f0b76babef9ffc547 100644 (file)
@@ -63,11 +63,6 @@ ChromeActions.prototype = {
   }
 };
 
-function getDOMWindow(aChannel) {
-  var requestor = aChannel.notificationCallbacks;
-  var win = requestor.getInterface(Components.interfaces.nsIDOMWindow);
-  return win;
-}
 
 // Event listener to trigger chrome privedged code.
 function RequestListener(actions) {