From 2439f5b7cc83bb1d85304c5b65055bb467e54bd1 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 27 Aug 2020 12:55:09 -0400 Subject: [PATCH] no need --- .../List/ThreeColumn/ListThreeColumnInternationalData.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ThreeColumn/ListThreeColumnInternationalData.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ThreeColumn/ListThreeColumnInternationalData.swift index db464998..f2641f0c 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ThreeColumn/ListThreeColumnInternationalData.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/ThreeColumn/ListThreeColumnInternationalData.swift @@ -8,7 +8,6 @@ @objcMembers public class ListThreeColumnInternationalData: TableViewCell { - //----------------------------------------------------- // MARK: - Outlets //----------------------------------------------------- @@ -50,7 +49,6 @@ super.setupView() addMolecule(stack) - arrow.pinHeightAndWidth() arrowAndLabel2Stack.restack() stack.restack() }