diff --git a/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchConstants.js b/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchConstants.js index 094f4fee8..5e0b583f1 100644 --- a/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchConstants.js +++ b/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchConstants.js @@ -26,5 +26,4 @@ export const SEARCH_ONESEARCH = 'OneSearch'; export const SEARCH_PRIVADO = 'Privado'; export const SEARCH_QWANT = 'Qwant'; export const SEARCH_ENCRYPT = 'SearchEncrypt'; // TODO this is just our best guess. Once Search Encrypt is added on the Dawn side, we should confirm, particularly if we start getting a lot of DAWN_SETUP_NUMBER_FOR_UNLISTED_OR_RENAMED_SEARCH pings -export const SEARCH_TAILCAT = 'Tailcat'; export const SEARCH_OTHER = t('ghostery_dawn_onboarding_other'); diff --git a/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchView.jsx b/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchView.jsx index 73000a4bb..1b9cae45d 100644 --- a/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchView.jsx +++ b/app/dawn-hub/Views/OnboardingViews/Step3_ChooseDefaultSearchView/ChooseDefaultSearchView.jsx @@ -31,7 +31,6 @@ import { SEARCH_PRIVADO, SEARCH_QWANT, SEARCH_ENCRYPT, - SEARCH_TAILCAT, SEARCH_OTHER, DAWN_SETUP_NUMBER_FOR_UNLISTED_OR_RENAMED_SEARCH } from './ChooseDefaultSearchConstants'; @@ -51,7 +50,6 @@ const searchSetupNumbers = [ { name: SEARCH_PRIVADO, dawn_setup_number: 11 }, { name: SEARCH_QWANT, dawn_setup_number: 12 }, { name: SEARCH_ENCRYPT, dawn_setup_number: 13 }, - { name: SEARCH_TAILCAT, dawn_setup_number: 14 }, ]; const GLOW_BROWSER_SEARCH_GET_NAME = 'Ghostery Glow';