diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift
index d155b34a4..7cf49670e 100644
--- a/Mac/AppDelegate.swift
+++ b/Mac/AppDelegate.swift
@@ -703,35 +703,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
Browser.open("https://netnewswire.com/", inBackground: false)
}
- @IBAction func openReleaseNotes(_ sender: Any?) {
- Browser.open(URL.releaseNotes.absoluteString, inBackground: false)
- }
-
-
- @IBAction func openHowToSupport(_ sender: Any?) {
-
- Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false)
- }
-
- @IBAction func openRepository(_ sender: Any?) {
-
- Browser.open("https://github.com/brentsimmons/NetNewsWire", inBackground: false)
- }
-
- @IBAction func openBugTracker(_ sender: Any?) {
-
- Browser.open("https://github.com/brentsimmons/NetNewsWire/issues", inBackground: false)
- }
-
- @IBAction func openSlackGroup(_ sender: Any?) {
- Browser.open("https://netnewswire.com/slack", inBackground: false)
- }
-
- @IBAction func openTechnotes(_ sender: Any?) {
-
- Browser.open("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes", inBackground: false)
- }
-
@IBAction func showHelp(_ sender: Any?) {
Browser.open("https://netnewswire.com/help/mac/6.1/en/", inBackground: false)
diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard
index 06967fdb1..46b22d53b 100644
--- a/Mac/Base.lproj/Main.storyboard
+++ b/Mac/Base.lproj/Main.storyboard
@@ -646,48 +646,12 @@
-