code review

This commit is contained in:
gorhill 2015-04-08 19:31:29 -04:00
parent 6441161329
commit f6e0e46818
1 changed files with 0 additions and 8 deletions

View File

@ -315,13 +315,6 @@ housekeep itself.
} }
}; };
var destroy = function(tabId) {
var entry = tabContexts[tabId];
if ( entry !== undefined ) {
entry.destroy();
}
};
var exists = function(tabId) { var exists = function(tabId) {
return tabContexts[tabId] !== undefined; return tabContexts[tabId] !== undefined;
}; };
@ -357,7 +350,6 @@ housekeep itself.
unpush: unpush, unpush: unpush,
commit: commit, commit: commit,
lookup: lookup, lookup: lookup,
destroy: destroy,
exists: exists, exists: exists,
createContext: createContext createContext: createContext
}; };