From b5f256e3a5447f5ed68167605990c459b2aa94d1 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 8 May 2023 16:11:25 -0500 Subject: [PATCH] removed code Signed-off-by: Matt Bruce --- VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift index 6f2ea51d..2fb1cd67 100644 --- a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift +++ b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift @@ -100,10 +100,7 @@ open class TextLinkCaret: ButtonBase { } open override func updateView() { - let updatedText = text ?? "" - imageAttribute = ImageSpaceLabelAttribute(tintColor: textColor, position: iconPosition) - super.updateView() }