Remove some unused code and whitespace.
This commit is contained in:
parent
ed6aa48a63
commit
d99e683389
@ -569,7 +569,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidat
|
|||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func openWebsite(_ sender: Any?) {
|
@IBAction func openWebsite(_ sender: Any?) {
|
||||||
|
|
||||||
Browser.open("https://netnewswire.com/", inBackground: false)
|
Browser.open("https://netnewswire.com/", inBackground: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -578,17 +577,14 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidat
|
|||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func openHowToSupport(_ sender: Any?) {
|
@IBAction func openHowToSupport(_ sender: Any?) {
|
||||||
|
|
||||||
Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false)
|
Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func openRepository(_ sender: Any?) {
|
@IBAction func openRepository(_ sender: Any?) {
|
||||||
|
|
||||||
Browser.open("https://github.com/brentsimmons/NetNewsWire", inBackground: false)
|
Browser.open("https://github.com/brentsimmons/NetNewsWire", inBackground: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func openBugTracker(_ sender: Any?) {
|
@IBAction func openBugTracker(_ sender: Any?) {
|
||||||
|
|
||||||
Browser.open("https://github.com/brentsimmons/NetNewsWire/issues", inBackground: false)
|
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)
|
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?) {
|
@IBAction func showHelp(_ sender: Any?) {
|
||||||
|
|
||||||
Browser.open("https://netnewswire.com/help/mac/6.1/en/", inBackground: false)
|
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?) {
|
@IBAction func showPrivacyPolicy(_ sender: Any?) {
|
||||||
Browser.open("https://netnewswire.com/privacypolicy", inBackground: false)
|
Browser.open("https://netnewswire.com/privacypolicy", inBackground: false)
|
||||||
}
|
}
|
||||||
|
@ -646,12 +646,6 @@
|
|||||||
<action selector="openBugTracker:" target="Ady-hI-5gd" id="fZQ-ng-gIm"/>
|
<action selector="openBugTracker:" target="Ady-hI-5gd" id="fZQ-ng-gIm"/>
|
||||||
</connections>
|
</connections>
|
||||||
</menuItem>
|
</menuItem>
|
||||||
<menuItem title="Technotes" id="Ou5-Cc-iCb">
|
|
||||||
<modifierMask key="keyEquivalentModifierMask"/>
|
|
||||||
<connections>
|
|
||||||
<action selector="openTechnotes:" target="Ady-hI-5gd" id="M7A-Qg-mH8"/>
|
|
||||||
</connections>
|
|
||||||
</menuItem>
|
|
||||||
<menuItem title="Slack Group" id="4eb-qF-n9S">
|
<menuItem title="Slack Group" id="4eb-qF-n9S">
|
||||||
<modifierMask key="keyEquivalentModifierMask"/>
|
<modifierMask key="keyEquivalentModifierMask"/>
|
||||||
<connections>
|
<connections>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user