1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:57:58 +01:00

Expurgate moribund cpt=t.

This commit is contained in:
Kris Maglione
2011-01-21 06:56:39 -05:00
parent 44d3cd03ee
commit 70b38cfbcf
2 changed files with 0 additions and 6 deletions

View File

@@ -865,11 +865,6 @@ var Tabs = Module("tabs", {
{ argCount: "0" });
}
},
completion: function () {
completion.addUrlCompleter("t",
"Open tabs",
completion.buffer);
},
events: function () {
let tabContainer = config.tabbrowser.mTabContainer;
["TabMove", "TabOpen", "TabClose"].forEach(function (event) {