Delete codes for obsolete Nav Bar on Title Bar addon.

It has been removed from AMO by its author.
This commit is contained in:
YUKI Hiroshi 2016-08-26 16:54:51 +09:00
parent 35ac452226
commit a22c9c5e15
2 changed files with 0 additions and 2 deletions

View File

@ -705,7 +705,6 @@ pref("extensions.treestyletab.compatibility.Locationbar2", true);
pref("extensions.treestyletab.compatibility.MouseGesturesRedox", true); pref("extensions.treestyletab.compatibility.MouseGesturesRedox", true);
pref("extensions.treestyletab.compatibility.MouselessBrowsing", true); pref("extensions.treestyletab.compatibility.MouselessBrowsing", true);
pref("extensions.treestyletab.compatibility.MultiLinks", true); pref("extensions.treestyletab.compatibility.MultiLinks", true);
pref("extensions.treestyletab.compatibility.NavbarOnTitlebar", true);
pref("extensions.treestyletab.compatibility.OptimozTweaks", true); pref("extensions.treestyletab.compatibility.OptimozTweaks", true);
pref("extensions.treestyletab.compatibility.PermaTabs", true); pref("extensions.treestyletab.compatibility.PermaTabs", true);
pref("extensions.treestyletab.compatibility.PersonalTitlebar", true); pref("extensions.treestyletab.compatibility.PersonalTitlebar", true);

View File

@ -1291,7 +1291,6 @@ TreeStyleTabWindow.prototype = inherit(TreeStyleTabBase, {
); );
if ( if (
(this.window.TabsOnBottom && utils.getTreePref('compatibility.TabsOnBottom')) || (this.window.TabsOnBottom && utils.getTreePref('compatibility.TabsOnBottom')) ||
('navbarontop' in this.window && utils.getTreePref('compatibility.NavbarOnTitlebar')) ||
('classicthemerestorerjs' in this.window && utils.getTreePref('compatibility.ClassicThemeRestorer')) ('classicthemerestorerjs' in this.window && utils.getTreePref('compatibility.ClassicThemeRestorer'))
) )
allowed = true; allowed = true;