1
0
Fork 1

Remove obsolete patch

This commit is contained in:
Laura Hausmann 2023-12-10 17:19:57 +01:00
parent f69e800b5b
commit 059b69adc9
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -1,22 +0,0 @@
--- a/browser/components/newtab/lib/AboutPreferences.jsm
+++ b/browser/components/newtab/lib/AboutPreferences.jsm
@@ -56,18 +56,7 @@ const PREFS_BEFORE_SECTIONS = () => [
},
];
-const PREFS_AFTER_SECTIONS = () => [
- {
- id: "snippets",
- pref: {
- feed: "feeds.snippets",
- titleString: "home-prefs-snippets-header",
- descString: "home-prefs-snippets-description-new",
- },
- icon: "chrome://global/skin/icons/info.svg",
- eventSource: "SNIPPETS",
- },
-];
+const PREFS_AFTER_SECTIONS = () => [];
class AboutPreferences {
init() {