0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Remove remove-snippets-from-home.patch

See https://bugzilla.mozilla.org/show_bug.cgi?id=1715158
This commit is contained in:
Malte Jürgens 2024-01-23 20:17:11 +01:00
parent 4f652e3766
commit 9c640bd4ac
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

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() {