diff --git a/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift b/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift index 141dd2a0c..f21c9dc12 100644 --- a/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift +++ b/Sources/BrowserServicesKit/PrivacyConfig/Features/PrivacyFeature.swift @@ -54,7 +54,6 @@ public enum PrivacyFeature: String { case brokenSitePrompt case remoteMessaging case additionalCampaignPixelParams - case backgroundAgentPixelTest case newTabPageImprovements case syncPromotion case autofillSurveys @@ -169,11 +168,6 @@ public enum DuckPlayerSubfeature: String, PrivacySubfeature { case enableDuckPlayer // iOS DuckPlayer rollout feature } -public enum BackgroundAgentPixelTestSubfeature: String, PrivacySubfeature { - public var parent: PrivacyFeature { .backgroundAgentPixelTest } - case pixelTest -} - public enum PhishingDetectionSubfeature: String, PrivacySubfeature { public var parent: PrivacyFeature { .phishingDetection } case allowErrorPage