From bfb1a786fffad5df38468367b7867ae03b985ecc Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Mon, 12 Jan 2015 08:20:21 +1300 Subject: [PATCH] Remove unused API --- Snap/Constraint.swift | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/Snap/Constraint.swift b/Snap/Constraint.swift index 205665b..1afe2ec 100644 --- a/Snap/Constraint.swift +++ b/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 */