Remove vestige

This commit is contained in:
Justin Mazzocchi 2020-10-02 13:39:02 -07:00
parent 764971f03b
commit 291a320ab8
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ final public class StatusListViewModel: ObservableObject {
public private(set) var maintainScrollPositionOfItem: CollectionItemIdentifier?
private var timelineItems = [CollectionItemIdentifier: Timeline.Item]()
private var flatStatusIDs = [String]()
private let statusListService: StatusListService
private var viewModelCache = [Timeline.Item: (Any, AnyCancellable)]()
private let navigationEventsSubject = PassthroughSubject<NavigationEvent, Never>()