Fix build with mock-backend feature

This commit is contained in:
Ian Douglas Scott 2025-02-10 14:05:31 -08:00
parent 52bbc6c083
commit e283cfe456

View file

@ -173,7 +173,6 @@ impl AppData {
for workspace_handle in new_workspaces {
self.send_event(Event::WorkspaceCapture(
workspace_handle,
output.clone(),
create_solid_capture_image(0, 255, 0),
));
}