Forráskód Böngészése

Remove unused Channel from EchoViewController

Tim Burks 9 éve
szülő
commit
9c0c6fd792
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      Examples/Echo/Swift/Echo/EchoViewController.swift

+ 0 - 2
Examples/Echo/Swift/Echo/EchoViewController.swift

@@ -42,8 +42,6 @@ class EchoViewController : NSViewController, NSTextFieldDelegate {
   @IBOutlet weak var TLSButton: NSButton!
 
   private var service : EchoService?
-
-  private var channel: Channel?
   private var updateCall: EchoUpdateCall?
 
   private var nowStreaming = false