Explorar el Código

Removed unused insets private var

Robert Payne hace 11 años
padre
commit
fda663a90b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Snappy/Constraint.swift

+ 0 - 1
Snappy/Constraint.swift

@@ -384,7 +384,6 @@ class Constraint {
     private var multiplier: Float = 1.0
     private var priority: Float = 1000.0
     private var offset: Any?
-    private var insets: UIEdgeInsets = UIEdgeInsetsZero
     
     private weak var installedOnView: View?