From 8215542ee76716036560156b37e4cbef818bb898 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 30 Jul 2024 08:25:21 -0500 Subject: [PATCH] removed method not needed Signed-off-by: Matt Bruce --- MVMCoreUI/Atomic/Atoms/Selectors/RadioBox.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MVMCoreUI/Atomic/Atoms/Selectors/RadioBox.swift b/MVMCoreUI/Atomic/Atoms/Selectors/RadioBox.swift index 73b23f93..815f2959 100644 --- a/MVMCoreUI/Atomic/Atoms/Selectors/RadioBox.swift +++ b/MVMCoreUI/Atomic/Atoms/Selectors/RadioBox.swift @@ -27,12 +27,6 @@ import VDS // MARK: - Lifecycle //-------------------------------------------------- - open override func setup() { - super.setup() - - addTarget(self, action: #selector(selectBox), for: .touchUpInside) - } - public func viewModelDidUpdate() { text = viewModel.text