diff --git a/patches/0004-remove-snippets-from-home.patch b/patches/0004-remove-snippets-from-home.patch deleted file mode 100644 index f6da8ff..0000000 --- a/patches/0004-remove-snippets-from-home.patch +++ /dev/null @@ -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() {