Remove unused saveQueue.

This commit is contained in:
Brent Simmons 2024-06-09 13:13:35 -07:00
parent 9c23b1351d
commit 0d36face00
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ public enum FetchType {
let dataFolder: String
let database: ArticlesDatabase
var delegate: AccountDelegate
@MainActor static let saveQueue = CoalescingQueue(name: "Account Save Queue", interval: 1.0)
private var unreadCounts = [String: Int]() // [feedID: Int]