Merge pull request #84 from vberger/master
linux: remove outdated comment
This commit is contained in:
commit
2c90eeb80d
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ enum Backend {
|
|||
|
||||
lazy_static!(
|
||||
static ref BACKEND: Backend = {
|
||||
// Wayland backend is not production-ready yet so we disable it
|
||||
if let Some(ctxt) = wayland::WaylandContext::init() {
|
||||
Backend::Wayland(Arc::new(ctxt))
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue