Removed unused insets private var

This commit is contained in:
Robert Payne 2014-07-30 10:20:35 +12:00
parent b4c8748794
commit fda663a90b
1 changed files with 0 additions and 1 deletions

View File

@ -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?