aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2012-02-15 14:53:04 -0800
committerPhil Crosby2012-02-15 14:53:04 -0800
commit157bf9163166f9b8b8a78321cf69217cd1975f9c (patch)
tree870212d3681ae0ae2dbb71df964e0e5a2fb4397d /background_page.html
parenta21583edb4a7424ae03a4b7b7313999b04936a6b (diff)
downloadvimium-157bf9163166f9b8b8a78321cf69217cd1975f9c.tar.bz2
Fix the hudEnabled logic to work with the new settings framework.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/background_page.html b/background_page.html
index b6f277c3..fd7bdb82 100644
--- a/background_page.html
+++ b/background_page.html
@@ -738,14 +738,6 @@
open(chrome.extension.getURL('test_harnesses/automated.html'));
}
- /**
- * Determines wether the heads up display (HUD) is enabled or not.
- *
- * This value is configurable via the options page.
- */
- function hudEnabled() {
- return localStorage['hideHud'] !== "true";
- }
</script>
</head>
</html>