From a7a57e2eddaabbd5460309c49bcccbafd3fa585f Mon Sep 17 00:00:00 2001 From: WenchaoD Date: Wed, 10 Oct 2018 22:35:43 +0800 Subject: [PATCH] Remove an unused property. --- Sources/FSPagerCollectionView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/FSPagerCollectionView.swift b/Sources/FSPagerCollectionView.swift index d5a5d64..0f366cf 100644 --- a/Sources/FSPagerCollectionView.swift +++ b/Sources/FSPagerCollectionView.swift @@ -12,10 +12,6 @@ import UIKit class FSPagerCollectionView: UICollectionView { - fileprivate var pagerView: FSPagerView? { - return self.superview?.superview as? FSPagerView - } - #if !os(tvOS) override var scrollsToTop: Bool { set {