mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Delete no-longer-used fetchStarredAndUnreadCount completion block version.
This commit is contained in:
@@ -29,8 +29,4 @@ import Account
|
||||
|
||||
(try? await account.unreadCountForStarredArticles()) ?? 0
|
||||
}
|
||||
|
||||
func fetchUnreadCount(for account: Account, completion: @escaping SingleUnreadCountCompletionBlock) {
|
||||
account.fetchUnreadCountForStarredArticles(completion)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user