diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift
index baba89af1..50361a2ae 100644
--- a/Mac/AppDelegate.swift
+++ b/Mac/AppDelegate.swift
@@ -569,7 +569,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidat
}
@IBAction func openWebsite(_ sender: Any?) {
-
Browser.open("https://netnewswire.com/", inBackground: false)
}
@@ -578,17 +577,14 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidat
}
@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)
}
@@ -596,20 +592,10 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidat
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)
}
- @IBAction func donateToAppCampForGirls(_ sender: Any?) {
- Browser.open("https://appcamp4girls.com/contribute/", inBackground: false)
- }
-
@IBAction func showPrivacyPolicy(_ sender: Any?) {
Browser.open("https://netnewswire.com/privacypolicy", inBackground: false)
}
diff --git a/Mac/Base.lproj/Main.storyboard b/Mac/Base.lproj/Main.storyboard
index c279e4961..d80af9cfc 100644
--- a/Mac/Base.lproj/Main.storyboard
+++ b/Mac/Base.lproj/Main.storyboard
@@ -646,12 +646,6 @@
-