summaryrefslogtreecommitdiffstats
path: root/browser/base/content/browser-trackingprotection.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/browser-trackingprotection.js')
-rw-r--r--browser/base/content/browser-trackingprotection.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/browser/base/content/browser-trackingprotection.js b/browser/base/content/browser-trackingprotection.js
index cacb0522c..82743abbb 100644
--- a/browser/base/content/browser-trackingprotection.js
+++ b/browser/base/content/browser-trackingprotection.js
@@ -226,14 +226,5 @@ var TrackingProtection = {
style: "primary",
},
];
-
- let panelTarget = yield UITour.getTarget(window, "trackingProtection");
- UITour.initForBrowser(gBrowser.selectedBrowser, window);
- UITour.showInfo(window, panelTarget,
- gNavigatorBundle.getString("trackingProtection.intro.title"),
- gNavigatorBundle.getFormattedString("trackingProtection.intro.description2",
- [brandShortName]),
- undefined, buttons,
- { closeButtonCallback: () => this.dontShowIntroPanelAgain() });
}),
};