From d755709daa37b4bd4b01ee0c125001e876a35923 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Wed, 8 Apr 2020 08:35:21 -0400 Subject: [PATCH] remove code for later change --- MVMCoreUI/Atomic/Atoms/TextFields/EntryField.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/MVMCoreUI/Atomic/Atoms/TextFields/EntryField.swift b/MVMCoreUI/Atomic/Atoms/TextFields/EntryField.swift index da46c26e..658af357 100644 --- a/MVMCoreUI/Atomic/Atoms/TextFields/EntryField.swift +++ b/MVMCoreUI/Atomic/Atoms/TextFields/EntryField.swift @@ -57,12 +57,6 @@ import UIKit } } - public var accessoryInput: View? { - didSet { - - } - } - //-------------------------------------------------- // MARK: - Computed Properties //--------------------------------------------------