0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-31 10:03:58 -05:00

defuzz remove-snippets-from-home.patch

This commit is contained in:
B. Stack 2022-07-29 15:43:35 -04:00
parent d609304daa
commit d172ac62ec

View file

@ -1,6 +1,6 @@
--- a/browser/components/newtab/lib/AboutPreferences.jsm --- a/browser/components/newtab/lib/AboutPreferences.jsm
+++ b/browser/components/newtab/lib/AboutPreferences.jsm +++ b/browser/components/newtab/lib/AboutPreferences.jsm
@@ -54,18 +54,7 @@ @@ -56,18 +56,7 @@ const PREFS_BEFORE_SECTIONS = () => [
}, },
]; ];
@ -18,5 +18,5 @@
-]; -];
+const PREFS_AFTER_SECTIONS = () => []; +const PREFS_AFTER_SECTIONS = () => [];
this.AboutPreferences = class AboutPreferences { class AboutPreferences {
init() { init() {