Remove now unnecessary call to account structureDidChange in drop

This commit is contained in:
Maurice Parker 2019-05-29 17:14:50 -05:00
parent fa6b6a4769
commit bead6ae123
1 changed files with 0 additions and 4 deletions

View File

@ -428,10 +428,6 @@ private extension SidebarOutlineDataSource {
}
}
let allReferencedNodes = draggedNodes.union(Set([parentNode]))
let accounts = commonAccountsFor(allReferencedNodes)
accounts.forEach { $0.structureDidChange() }
return true
}