mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Remove unused imports
This commit is contained in:
parent
a064bd74b1
commit
05ef47f701
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ use crate::raster::image::ImageFrameTable;
|
||||||
use crate::vector::VectorDataTable;
|
use crate::vector::VectorDataTable;
|
||||||
use crate::{Artboard, ArtboardGroupTable, CloneVarArgs, Color, Context, Ctx, ExtractAll, GraphicGroupTable, OwnedContextImpl};
|
use crate::{Artboard, ArtboardGroupTable, CloneVarArgs, Color, Context, Ctx, ExtractAll, GraphicGroupTable, OwnedContextImpl};
|
||||||
use core::f64;
|
use core::f64;
|
||||||
use core::hash::{Hash, Hasher};
|
|
||||||
use glam::{DAffine2, DMat2, DVec2};
|
use glam::{DAffine2, DMat2, DVec2};
|
||||||
|
|
||||||
pub trait Transform {
|
pub trait Transform {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue