Remove remainder of featured image code (which is unused).

This commit is contained in:
Brent Simmons
2024-12-15 10:59:43 -08:00
parent 9c3caa9c10
commit d83e099d2c
3 changed files with 4 additions and 16 deletions

View File

@@ -86,13 +86,4 @@ extension RSHTMLMetadata {
return twitterProperties.imageURL
}
func bestFeaturedImageURL() -> String? {
if let openGraphImageURL = largestOpenGraphImageURL() {
return openGraphImageURL
}
return twitterProperties.imageURL
}
}