From d308bfc9571930c3d511778603822a674754128c Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 8 Aug 2024 15:31:17 -0500 Subject: [PATCH] CXTDT-598142 - RadioButton fix QA3||MVA||Prepay||IOS - 22053||Devices||From Add device screen Signed-off-by: Matt Bruce --- MVMCoreUI/Atomic/Atoms/Selectors/RadioButton.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MVMCoreUI/Atomic/Atoms/Selectors/RadioButton.swift b/MVMCoreUI/Atomic/Atoms/Selectors/RadioButton.swift index 7fe3f9a4..0ecd920b 100644 --- a/MVMCoreUI/Atomic/Atoms/Selectors/RadioButton.swift +++ b/MVMCoreUI/Atomic/Atoms/Selectors/RadioButton.swift @@ -144,11 +144,6 @@ import VDS //-------------------------------------------------- // MARK: - MoleculeViewProtocol //-------------------------------------------------- - - open func needsToBeConstrained() -> Bool { true } - - public func horizontalAlignment() -> UIStackView.Alignment { .leading } - public func updateView(_ size: CGFloat) {} }