summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-05-18 16:51:05 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-05-18 16:51:05 -0400
commit3f5fbfc4528a3c4b2e41ca0695d2ba9afacc19e1 (patch)
tree23517dfc1ff27ab8902e0765d8fbb0f7dc9b497d /SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
parent969ee6951a1f41e616b98f220c6308f9be906ec6 (diff)
downloadsdl_ios-3f5fbfc4528a3c4b2e41ca0695d2ba9afacc19e1.tar.gz
cleaning
Diffstat (limited to 'SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift')
-rw-r--r--SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift3
1 files changed, 0 insertions, 3 deletions
diff --git a/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift b/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
index c8aa9e624..26f6a7a3b 100644
--- a/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
+++ b/SmartDeviceLink-ExampleSwift/ConnectionTCPTableViewController.swift
@@ -2,7 +2,6 @@
// ConnectionTCPTableViewController.swift
// SmartDeviceLink-ExampleSwift
//
-// Created by Bretty White on 5/15/17.
// Copyright © 2017 smartdevicelink. All rights reserved.
//
@@ -32,7 +31,6 @@ class ConnectionTCPTableViewController: UITableViewController, UINavigationContr
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
- // Dispose of any resources that can be recreated.
}
func initButton(){
@@ -71,7 +69,6 @@ class ConnectionTCPTableViewController: UITableViewController, UINavigationContr
// MARK: - Delegate Functions
func didChangeProxyState(_ newState: ProxyState){
- // Updates state from ProxyManager
state = newState
var newColor: UIColor? = nil
var newTitle: String? = nil