diff --git a/src/widget/autosize.rs b/src/widget/autosize.rs index a792c6ca..adef4490 100644 --- a/src/widget/autosize.rs +++ b/src/widget/autosize.rs @@ -1,6 +1,5 @@ //! Autosize Container, which will resize the window to its contents. -use cctk::sctk::shell::xdg::window; use iced_core::event::{self, Event}; use iced_core::layout; use iced_core::mouse;