From bc44bb27e4667ae747eb282f0c9adfd7f2ff482b Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sat, 21 Jul 2018 11:13:30 +0200 Subject: [PALEMOON] Places - remove unused @param from controller.js --- application/palemoon/components/places/content/controller.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/palemoon/components') diff --git a/application/palemoon/components/places/content/controller.js b/application/palemoon/components/places/content/controller.js index e2ae2afb0..7ddb74cb7 100644 --- a/application/palemoon/components/places/content/controller.js +++ b/application/palemoon/components/places/content/controller.js @@ -300,9 +300,6 @@ PlacesController.prototype = { * are non-removable. We don't need to worry about recursion here since it * is a policy decision that a removable item not be placed inside a non- * removable item. - * @param aIsMoveCommand - * True if the command for which this method is called only moves the - * selected items to another container, false otherwise. * @returns true if all nodes in the selection can be removed, * false otherwise. */ -- cgit v1.2.3 From 1fdbac9b8cce78c6dc2387b0d39973843cbe9d77 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sat, 21 Jul 2018 11:15:56 +0200 Subject: [PALEMOON] Places - remove unnecessary line from controller.js --- application/palemoon/components/places/content/controller.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/palemoon/components') diff --git a/application/palemoon/components/places/content/controller.js b/application/palemoon/components/places/content/controller.js index 7ddb74cb7..7f27e8347 100644 --- a/application/palemoon/components/places/content/controller.js +++ b/application/palemoon/components/places/content/controller.js @@ -459,8 +459,6 @@ PlacesController.prototype = { uri = NetUtil.newURI(node.uri); if (PlacesUtils.nodeIsBookmark(node)) { nodeData["bookmark"] = true; - PlacesUtils.nodeIsTagQuery(node.parent) - var parentNode = node.parent; if (parentNode) { if (PlacesUtils.nodeIsTagQuery(parentNode)) -- cgit v1.2.3