Remove leftover

This commit is contained in:
daxpedda 2021-03-10 22:16:41 +01:00
parent 25e67b760b
commit c12bb7e04c
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F

View file

@ -3,7 +3,7 @@ mod error;
pub use error::Error;
use x11rb::connection::{Connection as _, RequestConnection};
use x11rb::connection::Connection as _;
use x11rb::errors::ConnectError;
use x11rb::protocol::xproto::{self, Atom, AtomEnum, Window};
use x11rb::protocol::Event;