Browse Source

Removed unused APIs

Robert Payne 11 years ago
parent
commit
91d1c56daf
1 changed files with 0 additions and 20 deletions
  1. 0 20
      Snap/View+Snap.swift

+ 0 - 20
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<LayoutConstraint> {