mirror of https://github.com/SnapKit/SnapKit
Removed unused insets private var
This commit is contained in:
parent
b4c8748794
commit
fda663a90b
|
@ -384,7 +384,6 @@ class Constraint {
|
||||||
private var multiplier: Float = 1.0
|
private var multiplier: Float = 1.0
|
||||||
private var priority: Float = 1000.0
|
private var priority: Float = 1000.0
|
||||||
private var offset: Any?
|
private var offset: Any?
|
||||||
private var insets: UIEdgeInsets = UIEdgeInsetsZero
|
|
||||||
|
|
||||||
private weak var installedOnView: View?
|
private weak var installedOnView: View?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue