mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Remove comment that contradicts code (#992)
This commit is contained in:
parent
b8192ef6f6
commit
e37e46b155
|
@ -71,7 +71,7 @@ pub struct WindowBuilder {
|
||||||
/// The attributes to use to create the window.
|
/// The attributes to use to create the window.
|
||||||
pub window: WindowAttributes,
|
pub window: WindowAttributes,
|
||||||
|
|
||||||
// Platform-specific configuration. Private.
|
// Platform-specific configuration.
|
||||||
pub(crate) platform_specific: platform_impl::PlatformSpecificWindowBuilderAttributes,
|
pub(crate) platform_specific: platform_impl::PlatformSpecificWindowBuilderAttributes,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue