From 341282bfd11ae96f3e2e0d32a1c99cd21ae655b2 Mon Sep 17 00:00:00 2001 From: suzuki_keishi Date: Fri, 10 Jun 2016 14:17:22 +0900 Subject: [PATCH] [update]uselss property remove. --- Hakuba/CellModel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Hakuba/CellModel.swift b/Hakuba/CellModel.swift index d0212c5..30717f8 100644 --- a/Hakuba/CellModel.swift +++ b/Hakuba/CellModel.swift @@ -22,7 +22,6 @@ public class CellModel { public internal(set) var indexPath = NSIndexPath(forRow: 0, inSection: 0) public var selectionHandler: SelectionHandler? - public var selectable = true public var editable = false public var editingStyle: UITableViewCellEditingStyle = .None public var shouldHighlight = true