Skip to content

Commit

Permalink
removed Swift 4.2 helper funtion insertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Jul 26, 2018
1 parent 0132613 commit 86f7123
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Sources/Extensions/Motion+CALayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,3 @@ fileprivate extension CALayer {
}
}
}

// Helper function inserted by Swift 4.2 migrator.
fileprivate func convertToCAMediaTimingFillMode(_ input: String) -> CAMediaTimingFillMode {
return CAMediaTimingFillMode(rawValue: input)
}
5 changes: 0 additions & 5 deletions Sources/Transition/MotionTransition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -722,8 +722,3 @@ internal extension MotionTransition {
}
}
}

// Helper function inserted by Swift 4.2 migrator.
fileprivate func convertToCAMediaTimingFillMode(_ input: String) -> CAMediaTimingFillMode {
return CAMediaTimingFillMode(rawValue: input)
}

0 comments on commit 86f7123

Please sign in to comment.