Browse Source

Remove unused API

Robert Payne 11 years ago
parent
commit
bfb1a786ff
1 changed files with 0 additions and 32 deletions
  1. 0 32
      Snap/Constraint.swift

+ 0 - 32
Snap/Constraint.swift

@@ -27,38 +27,6 @@ import UIKit
 import AppKit
 #endif
 
-public protocol FloatConstantConstraint {
-    func update(float: Float)
-}
-
-public protocol DoubleConstantConstraint {
-    func update(float: Float)
-}
-
-public protocol CGFloatConstantConstraint {
-    func update(float: Float)
-}
-
-public protocol IntConstantConstraint {
-    func update(float: Float)
-}
-
-public protocol UIntConstantConstraint {
-    func update(float: Float)
-}
-
-public protocol CGPointConstantConstraint {
-    func update(float: Float)
-}
-
-public protocol CGSizeConstantConstraint {
-    func update(size: CGSize)
-}
-
-public protocol EdgeInsetsConstantConstraint {
-    func update(insets: EdgeInsets)
-}
-
 /**
  * Constraint is a single item that defines all the properties for a single ConstraintMaker chain
  */