runtime: Remove start_dnd

This is not currently used. And is impossible to (soundly) use, since it
requires a `Send` bound, which `State` and `Element` lack.
This commit is contained in:
Ian Douglas Scott 2025-01-03 14:21:35 -08:00 committed by Ashley Wulber
parent bd6c04d809
commit ed5de12e69
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 2 additions and 52 deletions

2
Cargo.lock generated
View file

@ -3218,11 +3218,13 @@ dependencies = [
"mundy",
"raw-window-handle",
"rustc-hash 2.1.1",
"rustix 0.38.44",
"sysinfo",
"thiserror 2.0.17",
"tracing",
"wasm-bindgen-futures",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.32.9",
"web-sys",
"winapi",