From 611246cb14adb3573aa5cac4c878bc8021da171b Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Wed, 22 Jan 2020 17:14:08 -0500 Subject: [PATCH] remove left --- MVMCoreUI/Atoms/Views/CheckboxLabelModel.swift | 1 - MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift | 1 - 2 files changed, 2 deletions(-) diff --git a/MVMCoreUI/Atoms/Views/CheckboxLabelModel.swift b/MVMCoreUI/Atoms/Views/CheckboxLabelModel.swift index d7ceae36..5a9d09f0 100644 --- a/MVMCoreUI/Atoms/Views/CheckboxLabelModel.swift +++ b/MVMCoreUI/Atoms/Views/CheckboxLabelModel.swift @@ -9,7 +9,6 @@ import Foundation public enum CheckboxPosition: String, Codable { - case left case center case top case bottom diff --git a/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift b/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift index fadf3687..e559069d 100644 --- a/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift +++ b/MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift @@ -112,7 +112,6 @@ checkboxBottomConstraint?.isActive = true checkboxTopConstraint?.isActive = false checkboxCenterYConstraint?.isActive = false - case .left: break } }