mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-23 21:08:43 +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?) {
|
@IBAction func onJoinClicked(sender: AnyObject?) {
|
||||||
let networkString = network.stringValue
|
let networkString = network.stringValue
|
||||||
let networkId = UInt64(networkString, radix: 16)
|
|
||||||
|
|
||||||
ServiceCom.joinNetwork(networkString)
|
ServiceCom.joinNetwork(networkString)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user