Parcourir la source

Remove unused Channel from EchoViewController

Tim Burks il y a 9 ans
Parent
commit
9c0c6fd792
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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!
   @IBOutlet weak var TLSButton: NSButton!
 
 
   private var service : EchoService?
   private var service : EchoService?
-
-  private var channel: Channel?
   private var updateCall: EchoUpdateCall?
   private var updateCall: EchoUpdateCall?
 
 
   private var nowStreaming = false
   private var nowStreaming = false