legacy: remove outdated comment

This commit is contained in:
Victor Brekenfeld 2020-04-20 23:36:12 +02:00
parent 11bb910224
commit dcd6934d08
1 changed files with 0 additions and 3 deletions

View File

@ -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 backend = Rc::new(LegacyDrmSurfaceInternal {
dev: self.dev.clone(),