Remove warning messages.

This commit is contained in:
Maurice Parker 2020-04-04 10:32:34 -05:00
parent 79adb1f34a
commit c01cc7cb05
2 changed files with 0 additions and 6 deletions

View File

@ -157,8 +157,6 @@ struct AppAssets {
return AppAssets.accountFreshRSS
case .newsBlur:
return AppAssets.accountNewsBlur
default:
return nil
}
}

View File

@ -83,8 +83,6 @@ extension AccountsAddViewController: NSTableViewDelegate {
case .newsBlur:
cell.accountNameLabel?.stringValue = NSLocalizedString("NewsBlur", comment: "NewsBlur")
cell.accountImageView?.image = AppAssets.accountNewsBlur
default:
break
}
return cell
}
@ -134,8 +132,6 @@ extension AccountsAddViewController: NSTableViewDelegate {
let accountsNewsBlurWindowController = AccountsNewsBlurWindowController()
accountsNewsBlurWindowController.runSheetOnWindow(self.view.window!)
accountsAddWindowController = accountsNewsBlurWindowController
default:
break
}
tableView.selectRowIndexes([], byExtendingSelection: false)