From 9005aa941e249412feb57c856d4cf8385dbdfe95 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 6 Sep 2016 12:47:20 +0900 Subject: [PATCH] Remove obsolete preference --- defaults/preferences/treestyletab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/preferences/treestyletab.js b/defaults/preferences/treestyletab.js index e45c71b7..3932068d 100644 --- a/defaults/preferences/treestyletab.js +++ b/defaults/preferences/treestyletab.js @@ -683,7 +683,6 @@ pref("extensions.treestyletab.blockTabsInTitlebar", true); * In other words, add-on authros can disable TST's dirty hack if it is * obsolete. */ -pref("extensions.treestyletab.compatibility.AIOS", true); // All-in-One Sidebar pref("extensions.treestyletab.compatibility.ClassicThemeRestorer", true); pref("extensions.treestyletab.compatibility.ColorfulTabs", true); pref("extensions.treestyletab.compatibility.ContextSearch", true);