2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

MediaView: remove unused property

This commit is contained in:
Jed Fox 2022-12-20 10:09:18 -05:00
parent dbf95f726c
commit 26aff2d627
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -16,12 +16,6 @@ public final class MediaView: UIView {
var _disposeBag = Set<AnyCancellable>()
public static let cornerRadius: CGFloat = 0
public static let durationFormatter: DateComponentsFormatter = {
let formatter = DateComponentsFormatter()
formatter.zeroFormattingBehavior = .pad
formatter.allowedUnits = [.minute, .second]
return formatter
}()
public static let placeholderImage = UIImage.placeholder(color: .systemGray6)
public let container = TouchBlockingView()