From 91d1c56daf5728d11dc2a572e810538b144999b9 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 11 Feb 2015 21:24:46 +1300 Subject: [PATCH] Removed unused APIs --- Snap/View+Snap.swift | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Snap/View+Snap.swift b/Snap/View+Snap.swift index 643fcce..ee032e6 100644 --- a/Snap/View+Snap.swift +++ b/Snap/View+Snap.swift @@ -84,26 +84,6 @@ public extension View { ConstraintMaker.removeConstraints(self) } - public func snp_prepareConstraints(tag: String, block: (maker: ConstraintMaker) -> ()) { - - } - - public func snp_enableConstraints(tag: String) { - - } - - public func snp_disableConstraints(tag: String) { - - } - - public func snp_toggleConstraints(tag: String) { - - } - - public func snp_removeConstraints(tag: String) { - - } - // internal internal var snp_installedLayoutConstraints: Array {