diff --git a/src/js/tab.js b/src/js/tab.js index b40de5f15..c6aaa0a67 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -315,13 +315,6 @@ housekeep itself. } }; - var destroy = function(tabId) { - var entry = tabContexts[tabId]; - if ( entry !== undefined ) { - entry.destroy(); - } - }; - var exists = function(tabId) { return tabContexts[tabId] !== undefined; }; @@ -357,7 +350,6 @@ housekeep itself. unpush: unpush, commit: commit, lookup: lookup, - destroy: destroy, exists: exists, createContext: createContext };