From 92e67973dfc89f89fb67f03369c9c964fae4f38b Mon Sep 17 00:00:00 2001 From: amddg44 Date: Thu, 16 Nov 2023 10:27:04 +0100 Subject: [PATCH] Deleted code that is now unused --- DuckDuckGo/AutofillViews.swift | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/DuckDuckGo/AutofillViews.swift b/DuckDuckGo/AutofillViews.swift index ffc2ecffcc..aae551c98f 100644 --- a/DuckDuckGo/AutofillViews.swift +++ b/DuckDuckGo/AutofillViews.swift @@ -55,21 +55,6 @@ struct AutofillViews { } } - struct WebsiteWithFavicon: View { - let accountDomain: String - - var body: some View { - HStack { - FaviconView(viewModel: FaviconViewModel(domain: accountDomain)) - .scaledToFit() - .frame(width: Const.Size.logoImage, height: Const.Size.logoImage) - Text(accountDomain) - .daxFootnoteRegular() - .foregroundColor(Color(designSystemColor: .textSecondary)) - } - } - } - struct AppIconHeader: View { var body: some View { Image.appIcon