mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rollback POC code that shouldn't have gotten added
This commit is contained in:
@@ -17,11 +17,4 @@ class CroppingPreviewParameters: UIPreviewParameters {
|
||||
self.visiblePath = visiblePath
|
||||
}
|
||||
|
||||
init(view: UIView, size: CGSize) {
|
||||
super.init()
|
||||
let newBounds = CGRect(x: 0, y: 0, width: size.width, height: size.height)
|
||||
let visiblePath = UIBezierPath(roundedRect: newBounds, cornerRadius: 10)
|
||||
self.visiblePath = visiblePath
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user