unsused func

This commit is contained in:
Kevin G Christiano 2020-05-26 14:28:09 -04:00
parent bc9b54c1d1
commit 53660f17b9

View File

@ -24,10 +24,6 @@ open class LoadingSpinner: View {
// MARK: - Lifecycle
//--------------------------------------------------
override open func setupView() {
super.setupView()
}
override open var layer: CAShapeLayer {
get { return super.layer as! CAShapeLayer }
}