From 74d8f395a5e8176884782dbd80e9399c37c80370 Mon Sep 17 00:00:00 2001 From: Daniel Chick Date: Mon, 11 Mar 2024 21:54:20 -0500 Subject: [PATCH] Remove comment --- Xcodes/Frontend/Common/NavigationSplitViewWrapper.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Xcodes/Frontend/Common/NavigationSplitViewWrapper.swift b/Xcodes/Frontend/Common/NavigationSplitViewWrapper.swift index a07d16f..24bfeda 100644 --- a/Xcodes/Frontend/Common/NavigationSplitViewWrapper.swift +++ b/Xcodes/Frontend/Common/NavigationSplitViewWrapper.swift @@ -20,7 +20,6 @@ struct NavigationSplitViewWrapper: View where Sidebar: View, De } var body: some View { - // Use the latest API available NavigationSplitView { if #available(macOS 14, *) { sidebar