diff --git a/src/backend/drm/legacy/mod.rs b/src/backend/drm/legacy/mod.rs index df5a5cd..19597f3 100644 --- a/src/backend/drm/legacy/mod.rs +++ b/src/backend/drm/legacy/mod.rs @@ -233,9 +233,6 @@ impl Device for LegacyDrmDevice { } } - // 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(),