From 908ae515c0579eb2386c995b5ada9d37ac3f7440 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 16 Mar 2019 17:12:09 -0700 Subject: [PATCH] Remove unneeded import RSDatabase from Account. --- Frameworks/Account/Account.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index e07a3d310..567c5a51a 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -12,10 +12,8 @@ import Articles import RSParser import ArticlesDatabase import RSWeb -import RSDatabase public extension Notification.Name { - static let AccountRefreshDidBegin = Notification.Name(rawValue: "AccountRefreshDidBegin") static let AccountRefreshDidFinish = Notification.Name(rawValue: "AccountRefreshDidFinish") static let AccountRefreshProgressDidChange = Notification.Name(rawValue: "AccountRefreshProgressDidChange") @@ -25,7 +23,6 @@ public extension Notification.Name { } public enum AccountType: Int { - // Raw values should not change since they’re stored on disk. case onMyMac = 1 case feedly = 16 @@ -37,7 +34,6 @@ public enum AccountType: Int { public final class Account: DisplayNameProvider, UnreadCountProvider, Container, Hashable { - public struct UserInfoKey { public static let newArticles = "newArticles" // AccountDidDownloadArticles public static let updatedArticles = "updatedArticles" // AccountDidDownloadArticles