Remove unused API

This commit is contained in:
Robert Payne 2015-01-12 08:20:21 +13:00
parent d9fdc78bfb
commit bfb1a786ff
1 changed files with 0 additions and 32 deletions

View File

@ -27,38 +27,6 @@ import UIKit
import AppKit import AppKit
#endif #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 * Constraint is a single item that defines all the properties for a single ConstraintMaker chain
*/ */