mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Removes deadcode
This commit is contained in:
@@ -61,7 +61,6 @@ struct WebFeedInspectorView: View {
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationTitle(webFeed.nameForDisplay)
|
||||
.sheet(isPresented: $showHomePage, onDismiss: nil) {
|
||||
//SwiftUISafariView(url: URL(string: webFeed.homePageURL!)!)
|
||||
SafariView(url: URL(string: webFeed.homePageURL!)!)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user