mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove warning messages.
This commit is contained in:
@@ -157,8 +157,6 @@ struct AppAssets {
|
||||
return AppAssets.accountFreshRSS
|
||||
case .newsBlur:
|
||||
return AppAssets.accountNewsBlur
|
||||
default:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user