summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-21 12:47:56 +0200
committerGitHub <noreply@github.com>2018-07-21 12:47:56 +0200
commit826c5940005d961c499ceee94e33745df0a24264 (patch)
tree9553a45add61be7d31728eac31bbbe2bdf8b2888 /application/palemoon/components
parent01a9c193fc6a8357d1aedcccac292280d941ce09 (diff)
parent1fdbac9b8cce78c6dc2387b0d39973843cbe9d77 (diff)
downloadUXP-826c5940005d961c499ceee94e33745df0a24264.tar
UXP-826c5940005d961c499ceee94e33745df0a24264.tar.gz
UXP-826c5940005d961c499ceee94e33745df0a24264.tar.lz
UXP-826c5940005d961c499ceee94e33745df0a24264.tar.xz
UXP-826c5940005d961c499ceee94e33745df0a24264.zip
Merge pull request #662 from janekptacijarabaci/pm_places_controller_clean-up_2
[PALEMOON] Places - remove unnecessary line from controller.js
Diffstat (limited to 'application/palemoon/components')
-rw-r--r--application/palemoon/components/places/content/controller.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/application/palemoon/components/places/content/controller.js b/application/palemoon/components/places/content/controller.js
index e2ae2afb0..7f27e8347 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.
*/
@@ -462,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))