diff options
-rw-r--r-- | melodactyl/content/config.js | 4 |
1 files changed, 0 insertions, 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 ***/ |