From 9e5ccb01a795f59c1f9b48ebfac997ba3b90e8d5 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 19 Dec 2019 11:09:18 -0500 Subject: [PATCH] removed unused func. --- MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift b/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift index 7d60d1bf..7cd7d1a7 100644 --- a/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift +++ b/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift @@ -137,13 +137,6 @@ extension CheckboxWithLabelView { layoutIfNeeded() } - open func resetConstraints() { - - checkboxCenterYConstraint?.isActive = false - checkboxBottomConstraint?.isActive = false - checkboxTopConstraint?.isActive = false - } - open override func reset() { super.reset()