From 01c05deebd685b3961e574f963fa5527bd70efa7 Mon Sep 17 00:00:00 2001 From: Vasavi Kanamarlapudi Date: Thu, 15 Aug 2024 16:37:01 +0530 Subject: [PATCH] Digital ACT-191 ONEAPP-9314 story: removed unused code --- VDS/Components/PriceLockup/PriceLockup.swift | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/VDS/Components/PriceLockup/PriceLockup.swift b/VDS/Components/PriceLockup/PriceLockup.swift index bde3123e..6f6b21b5 100644 --- a/VDS/Components/PriceLockup/PriceLockup.swift +++ b/VDS/Components/PriceLockup/PriceLockup.swift @@ -224,14 +224,7 @@ open class PriceLockup: View { shouldUpdateView = true setNeedsUpdate() } - - open override var accessibilityElements: [Any]? { - get { - return nil - } - set {} - } - + //-------------------------------------------------- // MARK: - Private Methods //--------------------------------------------------