Skip to content

Commit

Permalink
Remove the unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jan 15, 2025
1 parent 0336378 commit e845798
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions xilem/src/view/transform.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
// Copyright 2025 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0

use std::marker::PhantomData;

use masonry::Affine;
use xilem_core::{DynMessage, View, ViewMarker};

use crate::{Pod, ViewCtx, WidgetView};
use crate::Affine;

/// An extension trait, to allow common transformations of the views transform.
pub trait Transformable: Sized {
Expand Down

0 comments on commit e845798

Please sign in to comment.