diff --git a/MVMCoreUI/Atoms/Buttons/Button.swift b/MVMCoreUI/Atoms/Buttons/Button.swift index d87ee030..c6c187fe 100644 --- a/MVMCoreUI/Atoms/Buttons/Button.swift +++ b/MVMCoreUI/Atoms/Buttons/Button.swift @@ -10,7 +10,6 @@ public var actionMap: [AnyHashable: Any]? public weak var buttonDelegate: ButtonDelegateProtocol? - public var heightConstraint: NSLayoutConstraint? //Does buttonTap block need to be rewritten in swift? private var buttonTapBlock: ButtonTapBlock?