Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrabWeb committed Jan 15, 2018
1 parent 159db6a commit fdf4996
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Booru-chan/Booru-chan/PostsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class PostsController: NSViewController {
}
}

//todo: call onSelect when deselecting all items
var onSelect: (([BooruPost]) -> Void)?
var onReachedBottom: (() -> Void)? {
didSet {
Expand Down
1 change: 0 additions & 1 deletion Booru-chan/Booru-chan/TagListController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ extension TagListController: NSTableViewDataSource {
}

extension TagListController: NSTableViewDelegate {

func tableView(_ tableView: NSTableView, viewFor tableColumn: NSTableColumn?, row: Int) -> NSView? {
if let cell = tableView.makeView(withIdentifier: NSUserInterfaceItemIdentifier(rawValue: "TagCell"), owner: nil) as? TagListCellView {
let t = tags[row];
Expand Down

0 comments on commit fdf4996

Please sign in to comment.