From 6043f25b8dcbba3a522df4ddf59e1070fdc134e5 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sat, 4 Aug 2012 13:16:14 -0700 Subject: linkHintCss should be accessed via settings. Closes #605. --- background_scripts/main.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'background_scripts') diff --git a/background_scripts/main.js b/background_scripts/main.js index 49790b87..4dc11181 100644 --- a/background_scripts/main.js +++ b/background_scripts/main.js @@ -24,7 +24,6 @@ var portHandlers = { var sendRequestHandlers = { getCompletionKeys: getCompletionKeysRequest, - getLinkHintCss: getLinkHintCss, openUrlInNewTab: openUrlInNewTab, openUrlInCurrentTab: openUrlInCurrentTab, openOptionsPageInNewTab: openOptionsPageInNewTab, @@ -238,13 +237,6 @@ function openCopiedUrlInCurrentTab(request) { openUrlInCurrentTab({ url: Clipboa function openCopiedUrlInNewTab(request) { openUrlInNewTab({ url: Clipboard.paste() }); } -/* - * Returns the user-provided CSS overrides. - */ -function getLinkHintCss(request) { - return { linkHintCss: (Settings.get("userDefinedLinkHintCss") || "") }; -} - /* * Called when the user has clicked the close icon on the "Vimium has been updated" message. * We should now dismiss that message in all tabs. -- cgit v1.2.3