From dcd6934d085d2fe252c22ec364efb657fa4dc632 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Mon, 20 Apr 2020 23:36:12 +0200 Subject: [PATCH] legacy: remove outdated comment --- src/backend/drm/legacy/mod.rs | 3 --- 1 file changed, 3 deletions(-) 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(),