aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
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>