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