From b958a13b88e0ef39ab22970dabea9aa1861dc143 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 24 Jan 2024 15:30:41 -0800 Subject: [PATCH] Remove outdated comment --- src/wayland/capture.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/capture.rs b/src/wayland/capture.rs index b70cb5b..612f364 100644 --- a/src/wayland/capture.rs +++ b/src/wayland/capture.rs @@ -27,7 +27,6 @@ pub enum CaptureSource { #[derive(Clone, Debug, Default)] pub struct CaptureFilter { - // TODO: Use `WlOutput` when one Wayland connection is used pub workspaces_on_outputs: Vec, pub toplevels_on_workspaces: Vec, }