remove an unused import

This commit is contained in:
Ferdinand Schober
2023-09-21 00:13:53 +02:00
parent 891e21d3e9
commit 48b701b726

View File

@@ -40,7 +40,7 @@ use wayland_client::{
wl_buffer, wl_compositor, wl_keyboard, wl_pointer, wl_region, wl_registry, wl_seat, wl_shm,
wl_shm_pool, wl_surface, wl_output,
},
Connection, Dispatch, DispatchError, QueueHandle, WEnum, EventQueue, delegate_dispatch,
Connection, Dispatch, DispatchError, QueueHandle, WEnum, EventQueue,
};
use tempfile;