Skip to content

Commit

Permalink
Merge pull request #45 from suzuki-0000/master
Browse files Browse the repository at this point in the history
unused property removed
  • Loading branch information
nghialv authored Jun 10, 2016
2 parents a3f4015 + 341282b commit b6988db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hakuba/CellModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6988db

Please sign in to comment.