diff --git a/Mastodon/Scene/Share/ViewModel/ListBatchFetchViewModel.swift b/Mastodon/Scene/Share/ViewModel/ListBatchFetchViewModel.swift index bfd23e7a8..544219f12 100644 --- a/Mastodon/Scene/Share/ViewModel/ListBatchFetchViewModel.swift +++ b/Mastodon/Scene/Share/ViewModel/ListBatchFetchViewModel.swift @@ -10,8 +10,6 @@ import Combine // ref: Texture.ASBatchFetchingDelegate final class ListBatchFetchViewModel { - let shouldFetch = PassthroughSubject() - init() {} static func scrollViewDidScrollToEnd(_ scrollView: UIScrollView, action: () -> Void) {