legacy: remove outdated comment
This commit is contained in:
parent
11bb910224
commit
dcd6934d08
|
@ -233,9 +233,6 @@ impl<A: AsRawFd + 'static> Device for LegacyDrmDevice<A> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now try to do the least possible amount of changes to set this to the state the users requested
|
|
||||||
// TODO!
|
|
||||||
|
|
||||||
let state = State { mode, connectors };
|
let state = State { mode, connectors };
|
||||||
let backend = Rc::new(LegacyDrmSurfaceInternal {
|
let backend = Rc::new(LegacyDrmSurfaceInternal {
|
||||||
dev: self.dev.clone(),
|
dev: self.dev.clone(),
|
||||||
|
|
Loading…
Reference in New Issue