From 157bf9163166f9b8b8a78321cf69217cd1975f9c Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Wed, 15 Feb 2012 14:53:04 -0800 Subject: Fix the hudEnabled logic to work with the new settings framework. --- background_page.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'background_page.html') 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"; - } -- cgit v1.2.3