Delete no-longer-used fetchStarredAndUnreadCount completion block version.

This commit is contained in:
Brent Simmons
2024-04-03 21:53:11 -07:00
parent 2eeb0050e2
commit f0634d7ab0
3 changed files with 0 additions and 33 deletions

View File

@@ -29,8 +29,4 @@ import Account
(try? await account.unreadCountForStarredArticles()) ?? 0
}
func fetchUnreadCount(for account: Account, completion: @escaping SingleUnreadCountCompletionBlock) {
account.fetchUnreadCountForStarredArticles(completion)
}
}