mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 17:43:22 +01:00
Use synthesized init.
This commit is contained in:
parent
9263ffcb79
commit
d4e10bdf47
@ -27,13 +27,6 @@ struct FeedSpecifier: Hashable {
|
||||
return calculatedScore()
|
||||
}
|
||||
|
||||
init(title: String?, urlString: String, source: Source) {
|
||||
|
||||
self.title = title
|
||||
self.urlString = urlString
|
||||
self.source = source
|
||||
}
|
||||
|
||||
func feedSpecifierByMerging(_ feedSpecifier: FeedSpecifier) -> FeedSpecifier {
|
||||
|
||||
// Take the best data (non-nil title, better source) to create a new feed specifier;
|
||||
|
Loading…
Reference in New Issue
Block a user