Skip to content

Commit 72b5803

Browse files
committed
chore: remove unused code
1 parent 41784db commit 72b5803

File tree

1 file changed

+1
-61
lines changed
  • Sources/OpenSwiftUI/App Structure/Scenes/Supporting scene types

1 file changed

+1
-61
lines changed

Sources/OpenSwiftUI/App Structure/Scenes/Supporting scene types/SceneData.swift

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -92,64 +92,4 @@ public struct _SceneData {
9292
var children: [_SceneOutputs] = []
9393

9494
var content: _ViewOutputs? = nil
95-
}
96-
97-
// DisplaysKey = [SwiftUI.DisplayProxy(bounds: (0.0, 0.0, 3840.0, 2160.0), safeAreaInsets: SwiftUI.EdgeInsets(top: 0.0, leading: 0.0, bottom: 0.0, trailing: 0.0), visibleRect: (0.0, 25.0, 3840.0, 2135.0)), SwiftUI.DisplayProxy(bounds: (0.0, 0.0, 1080.0, 1920.0), safeAreaInsets: SwiftUI.EdgeInsets(top: 0.0, leading: 0.0, bottom: 0.0, trailing: 0.0), visibleRect: (0.0, 25.0, 1080.0, 1895.0))]
98-
// FocusedDisplayKey = Optional(SwiftUI.DisplayProxy(bounds: (0.0, 0.0, 3840.0, 2160.0), safeAreaInsets: SwiftUI.EdgeInsets(top: 0.0, leading: 0.0, bottom: 0.0, trailing: 0.0), visibleRect: (0.0, 25.0, 3840.0, 2135.0)))
99-
// SceneKeyboardShortcutsKey = [:]
100-
// HasSystemOpenURLActionKey = = true
101-
// ResolvedTextProviderKey> = Optional(SwiftUI.SwiftUIResolvedTextProvider
102-
// SystemAccentValueProviderKey = Optional(SwiftUI.MacSystemAccentValueProvider)
103-
// FallbackFontProviderKey = SwiftUIFallbackFontProvider()
104-
// CoreUINamedColorProviderKey> = Optional(SwiftUI.KitCoreUINamedColorProvider
105-
// DefaultAccentColorProviderKey = Optional(SwiftUI.SwiftUIDefaultAccentColorProvider)
106-
// ScenePhaseKey = active
107-
// TimeZoneKey = America/Toronto
108-
// <CalendarKey> = gregorian (gregorian) locale: en_CA time zone: America/Toronto firstWeekday: 1 minDaysInFirstWeek: 1
109-
// LocaleKey> = en_CA (fixed en_CA)
110-
// HostingViewHasRootDelegateKey> = false
111-
// DisplayIDKey> = Optional(3)
112-
// AccessibilityRequestFocusKey> = AccessibilityRequestFocusAction(onAccessibilityFocus: nil)
113-
// FocusSystemKey> = _FocusSystem(onResetToDefault: Optional((Function)))
114-
// ResetFocusKey> = _ResetFocusAction(bridge: Optional(SwiftUI.FocusBridge))
115-
// FocusBridgeKey> = WeakBox<FocusBridge>(base: Optional(SwiftUI.FocusBridge))
116-
// EnvironmentObjectKey<PrimaryBarViewModel>> = Optional(SwiftUI.PrimaryBarViewModel)
117-
// DockTileInvalidatorKey> = Optional(SwiftUI.WeakBox<SwiftUI.WindowDockTileInvalidator>(base: Optional(SwiftUI.WindowDockTileInvalidator)))
118-
// OpenWindowActionKey> = OpenWindowAction(windowNumber: Optional(62648))
119-
// DismissWindowActionKey> = DismissWindowAction(presentationMode: Optional(SwiftUI.Binding<SwiftUI.PresentationMode>(transaction: SwiftUI.Transaction(plist: []), location: SwiftUI.LocationBox<SwiftUI.AppKitPresentationModeLocation<SwiftUI.ModifiedContent<SwiftUI.AnyView, SwiftUI.RootModifier>>>, _value: SwiftUI.PresentationMode(isPresented: true))))
120-
// PresentationModeKey> = Binding<PresentationMode>(transaction: SwiftUI.Transaction(plist: []), location: SwiftUI.LocationBox<SwiftUI.AppKitPresentationModeLocation<SwiftUI.ModifiedContent<SwiftUI.AnyView, SwiftUI.RootModifier>>>, _value: SwiftUI.PresentationMode(isPresented: true))
121-
// Key> = BackgroundProminence(guts: SwiftUI.BackgroundProminence.Guts.standard)
122-
// PreferenceBridgeKey> = Value(value: nil)
123-
124-
// Global Environment Values
125-
// Printing description of $R33:
126-
// <GlobalEnvironment: 0x6000024577b0>
127-
// Printing description of $R34:
128-
// EnvironmentPropertyKey<AccessibilityReduceHoverRevealKey> = false
129-
// Printing description of $R35:
130-
// EnvironmentPropertyKey<AccessibilityOnOffLabelsKey> = false
131-
// Printing description of $R36:
132-
// EnvironmentPropertyKey<AccessibilityQuickActionsKey> = false
133-
// Printing description of $R37:
134-
// EnvironmentPropertyKey<AccessibilityLargeContentViewerKey> = false
135-
// Printing description of $R38:
136-
// EnvironmentPropertyKey<EnabledTechnologiesKey> = AccessibilityTechnologies(technologySet: SwiftUI.(unknown context at $1ca57a500).AccessibilityTechnologySet(rawValue: 0))
137-
// Printing description of $R39:
138-
// EnvironmentPropertyKey<AccessibilityPlayAnimatedImagesKey> = true
139-
// Printing description of $R40:
140-
// EnvironmentPropertyKey<AccessibilityDimFlashingLightsKey> = false
141-
// Printing description of $R41:
142-
// EnvironmentPropertyKey<AccessibilityButtonShapesKey> = false
143-
// Printing description of $R42:
144-
// EnvironmentPropertyKey<AccessibilityPrefersCrossFadeTransitionsKey> = false
145-
// Printing description of $R43:
146-
// EnvironmentPropertyKey<AccessibilityInvertColorsKey> = false
147-
// Printing description of $R44:
148-
// EnvironmentPropertyKey<AccessibilityReduceMotionKey> = false
149-
// Printing description of $R45:
150-
// EnvironmentPropertyKey<AccessibilityReduceTransparencyKey> = false
151-
// Printing description of $R46:
152-
// EnvironmentPropertyKey<AccessibilityDifferentiateWithoutColorKey> = false
153-
154-
155-
// _ConditionalContent<ModifiedContent<ModifiedContent<ModifiedContent<AnyView, _SafeAreaRegionsIgnoringLayout>, AddGestureModifier<WindowDragGesture>>, AllowsWindowActivationEventsModifier>, Optional<ModifiedContent<AnyView, _SafeAreaRegionsIgnoringLayout>>>.Storage
95+
}

0 commit comments

Comments
 (0)