Remove unused import

This commit is contained in:
Ian Douglas Scott 2023-12-20 14:46:43 -08:00
parent 79584a6d93
commit aac02973c1
4 changed files with 4 additions and 12 deletions

View file

@ -1,18 +1,16 @@
// Renders image behind widget, and otherwise passes through all behavior
use cosmic::iced::{
self,
advanced::{
layout::{self, flex::Axis},
layout::{self},
mouse, overlay, renderer,
widget::{tree, Operation, OperationOutputWrapper, Tree},
Clipboard, Layout, Shell, Widget,
},
event::{self, Event},
widget::image::{FilterMethod, Handle},
ContentFit, Length, Point, Rectangle, Size, Vector,
ContentFit, Length, Rectangle, Size, Vector,
};
use cosmic::iced_core::Renderer as _;
use std::marker::PhantomData;

View file

@ -1,5 +1,4 @@
use cosmic::iced::{
self,
advanced::{layout, mouse, renderer, widget::Tree, Layout, Widget},
Length, Rectangle,
};

View file

@ -1,16 +1,12 @@
use cosmic::iced::{
self,
advanced::{
layout::{self, flex::Axis},
mouse, overlay, renderer,
layout, mouse, overlay, renderer,
widget::{tree, Operation, OperationOutputWrapper, Tree},
Clipboard, Layout, Shell, Widget,
},
event::{self, Event},
widget::image::{FilterMethod, Handle},
ContentFit, Length, Point, Rectangle, Size, Vector,
Length, Rectangle,
};
use cosmic::iced_core::Renderer as _;
use std::marker::PhantomData;

View file

@ -1,7 +1,6 @@
// Custom varian of row/column
use cosmic::iced::{
self,
advanced::{
layout::{self, flex::Axis},
mouse, renderer,