mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove the no-longer-used AddFeedWindowControllerType.
This commit is contained in:
@@ -137,7 +137,7 @@ var appDelegate: AppDelegate!
|
||||
|
||||
func showAddFeedSheetOnWindow(_ window: NSWindow, urlString: String?, name: String?, account: Account?, folder: Folder?) {
|
||||
addFeedController = AddFeedController(hostWindow: window)
|
||||
addFeedController?.showAddFeedSheet(.feed, urlString, name, account, folder)
|
||||
addFeedController?.showAddFeedSheet(urlString, name, account, folder)
|
||||
}
|
||||
|
||||
// MARK: - NSApplicationDelegate
|
||||
|
||||
Reference in New Issue
Block a user