mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 01:45:46 +01:00
Remove more unused vars.
This commit is contained in:
@@ -216,7 +216,6 @@ var Bookmarks = Module("bookmarks", {
|
||||
* use in completion functions.
|
||||
*/
|
||||
get searchEngines() {
|
||||
let searchEngines = [];
|
||||
let aliases = {};
|
||||
return iter(services.browserSearch.getVisibleEngines({})).map(function ([, engine]) {
|
||||
let alias = engine.alias;
|
||||
@@ -430,7 +429,7 @@ var Bookmarks = Module("bookmarks", {
|
||||
const tags = {
|
||||
names: ["-tags", "-T"],
|
||||
description: "A comma-separated list of tags",
|
||||
completer: function tags(context, args) {
|
||||
completer: function tags(context) {
|
||||
context.generate = function () Ary(b.tags
|
||||
for (b of bookmarkcache)
|
||||
if (b.tags))
|
||||
|
||||
Reference in New Issue
Block a user