Remove unused import
This commit is contained in:
parent
79584a6d93
commit
aac02973c1
4 changed files with 4 additions and 12 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
use cosmic::iced::{
|
||||
self,
|
||||
advanced::{layout, mouse, renderer, widget::Tree, Layout, Widget},
|
||||
Length, Rectangle,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
// Custom varian of row/column
|
||||
|
||||
use cosmic::iced::{
|
||||
self,
|
||||
advanced::{
|
||||
layout::{self, flex::Axis},
|
||||
mouse, renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue