Skip to content

Commit cecceea

Browse files
committed
remove openURL in InfoPane because ReleaseNotesView already has it
1 parent 77ca8a2 commit cecceea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Xcodes/Frontend/InfoPane/InfoPane.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import struct XCModel.Compilers
88
struct InfoPane: View {
99
@EnvironmentObject var appState: AppState
1010
let selectedXcodeID: Xcode.ID?
11-
@SwiftUI.Environment(\.openURL) var openURL: OpenURLAction
12-
11+
1312
var body: some View {
1413
if let xcode = appState.allXcodes.first(where: { $0.id == selectedXcodeID }) {
1514
ScrollView {

0 commit comments

Comments
 (0)