From d58363816003f1a989e1816b46d16e1f877cf806 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Fri, 29 Jan 2016 16:41:44 +1000 Subject: [PATCH] Remove dead setting --- src/js/HuesSettings.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/js/HuesSettings.js b/src/js/HuesSettings.js index 62de940..fdca3af 100644 --- a/src/js/HuesSettings.js +++ b/src/js/HuesSettings.js @@ -50,8 +50,6 @@ HuesSettings.prototype.defaultSettings = { preloadPrefix: "0x", preloadBase: 16, preloadMax: 0x40, - // If true, loads the editor on launch - showEditor: false, // UI accessible config smartAlign: "on", @@ -86,7 +84,6 @@ HuesSettings.prototype.ephemeralSettings = [ "preloadMax", "noUI", "showInfo", - "showEditor", "workersPath" ];