Skip to content

Commit

Permalink
Remove an unused property.
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Oct 10, 2018
1 parent 0c77699 commit a7a57e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/FSPagerCollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a7a57e2

Please sign in to comment.