diff options
| author | Stephen Blott | 2015-02-13 12:35:37 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-13 12:35:37 +0000 |
| commit | 43c612d2448872433e82796ab916d66f18480138 (patch) | |
| tree | b048d75ad971bcd23143c272df4fce5c90acf192 /background_scripts | |
| parent | 471b6a22c2b0b570696b1506f71c6b7b52c2c56a (diff) | |
| download | vimium-43c612d2448872433e82796ab916d66f18480138.tar.bz2 | |
Remove saveHelpDialogSettings, it's unused.
It seems this was probably used at some point before the introduction of
settings.set() in the front end. It isn't used at all, now.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index e15081eb..cb70db9a 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -84,9 +84,6 @@ root.isEnabledForUrl = isEnabledForUrl = (request) -> passKeys: rule?.passKeys or "" } -saveHelpDialogSettings = (request) -> - Settings.set("helpDialog_showAdvancedCommands", request.showAdvancedCommands) - # Retrieves the help dialog HTML template from a file, and populates it with the latest keybindings. # This is called by options.coffee. root.helpDialogHtml = (showUnboundCommands, showCommandNames, customTitle) -> @@ -651,7 +648,6 @@ sendRequestHandlers = copyToClipboard: copyToClipboard pasteFromClipboard: pasteFromClipboard isEnabledForUrl: isEnabledForUrl - saveHelpDialogSettings: saveHelpDialogSettings selectSpecificTab: selectSpecificTab refreshCompleter: refreshCompleter createMark: Marks.create.bind(Marks) |
