mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
linux: remove outdate comment
This commit is contained in:
parent
1caa499f59
commit
f371621dd9
|
@ -25,7 +25,6 @@ enum Backend {
|
||||||
|
|
||||||
lazy_static!(
|
lazy_static!(
|
||||||
static ref BACKEND: Backend = {
|
static ref BACKEND: Backend = {
|
||||||
// Wayland backend is not production-ready yet so we disable it
|
|
||||||
if let Some(ctxt) = wayland::WaylandContext::init() {
|
if let Some(ctxt) = wayland::WaylandContext::init() {
|
||||||
Backend::Wayland(Arc::new(ctxt))
|
Backend::Wayland(Arc::new(ctxt))
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue