remove unused import

This commit is contained in:
Ferdinand Schober
2023-01-30 21:23:02 +01:00
parent 0710b92d68
commit 5e7295f921

View File

@@ -29,7 +29,7 @@ use wayland_protocols_wlr::layer_shell::v1::client::{
};
use wayland_client::{
delegate_noop, delegate_dispatch,
delegate_noop,
globals::{registry_queue_init, GlobalListContents},
protocol::{
wl_buffer, wl_compositor, wl_keyboard, wl_pointer, wl_region, wl_registry, wl_seat, wl_shm,