From 496ea687f6cb5b28b13bb5c01031bffbbc0af1c6 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 15 Oct 2010 04:39:36 +1100 Subject: [PATCH] Remove definition of unused window.BrowserStop for Melodactyl. --HG-- extra : rebase_source : 5b8db1160f32e5d61ef08cebe95d9b5b04b85f01 --- melodactyl/content/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index 8c98222f..69ca5727 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -17,10 +17,6 @@ const Config = Module("config", ConfigBase, { window.toJavaScriptConsole = function () { toOpenWindowByType("global:console", "chrome://global/content/console.xul"); }; - - window.BrowserStop = function () { - SBGetBrowser().mCurrentBrowser.stop(); - }; }, /*** optional options, there are checked for existence and a fallback provided ***/