refactored to remove old properties

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-03 15:58:35 -05:00
parent 724130a827
commit 04f228ea48
3 changed files with 2 additions and 7 deletions

View File

@ -82,8 +82,6 @@
var message = "" var message = ""
radioButton.updateAccessibilityLabel()
if let radioButtonLabel = radioButton.accessibilityLabel { if let radioButtonLabel = radioButton.accessibilityLabel {
message += radioButtonLabel + ", " message += radioButtonLabel + ", "
} }

View File

@ -99,8 +99,6 @@ import UIKit
var message = "" var message = ""
radioButton.updateAccessibilityLabel()
if let radioButtonLabel = radioButton.accessibilityLabel { if let radioButtonLabel = radioButton.accessibilityLabel {
message += radioButtonLabel + ", " message += radioButtonLabel + ", "
} }

View File

@ -85,7 +85,6 @@ open class ListLeftVariableRadioButtonBodyText: TableViewCell {
var message = "" var message = ""
radioButton.updateAccessibilityLabel()
if let radioButtonLabel = radioButton.accessibilityLabel { if let radioButtonLabel = radioButton.accessibilityLabel {
message += radioButtonLabel + ", " message += radioButtonLabel + ", "
} }