remove APIs: promoteTabs() / demoteTabs()

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5557 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-12-18 08:00:35 +00:00
parent bb8e1ddcd6
commit c6a913b03c

View File

@ -1185,10 +1185,6 @@ var TreeStyleTabService = {
{
this.promoteTab(this.browser.selectedTab);
},
promoteTabs : function(aTabs)
{
aTabs.slice().reverse().forEach(this.promoteTab, this);
},
demoteTab : function(aTab)
{
@ -1203,10 +1199,6 @@ var TreeStyleTabService = {
{
this.demoteTab(this.browser.selectedTab);
},
demoteTabs : function(aTabs)
{
aTabs.forEach(this.demoteTab, this);
},
/* Session Store API */