mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 20:55:44 +01:00
Remove some redundant version-specific code.
This commit is contained in:
@@ -1367,10 +1367,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
styles.system.add("taboptions", "chrome://*",
|
||||
classes.length ? classes.join(",") + "{ display: none; }" : "");
|
||||
|
||||
if (!dactyl.has("Gecko2")) {
|
||||
tabs.tabBinding.enabled = Array.some(opts, k => k in this.opts);
|
||||
tabs.updateTabCount();
|
||||
}
|
||||
if (config.tabbrowser.tabContainer._positionPinnedTabs)
|
||||
config.tabbrowser.tabContainer._positionPinnedTabs();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user