Remove unused parameter
This commit is contained in:
parent
78730d53ea
commit
14ef4f8797
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ open class AccountsRootTreeItem(accounts: ObservableList<Account>) : AccountsTre
|
|||
init {
|
||||
setAccounts(accounts)
|
||||
|
||||
accounts.addListener(ListChangeListener<Account> { c ->
|
||||
accounts.addListener(ListChangeListener {
|
||||
runLater { setAccounts(accounts) }
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue