mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-23 12:58:25 +00:00
remove unused variables
This commit is contained in:
parent
b085329bca
commit
2c1a8524f0
@ -60,7 +60,6 @@ class JoinNetworkViewController: NSViewController, NSComboBoxDelegate, NSComboBo
|
||||
|
||||
@IBAction func onJoinClicked(sender: AnyObject?) {
|
||||
let networkString = network.stringValue
|
||||
let networkId = UInt64(networkString, radix: 16)
|
||||
|
||||
ServiceCom.joinNetwork(networkString)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user