diff --git a/examples/demo/click.rs b/examples/demo/click.rs index ba10486..e0a4557 100644 --- a/examples/demo/click.rs +++ b/examples/demo/click.rs @@ -73,9 +73,6 @@ fn main() { .run(); } -#[derive(Component)] -struct CircleCountText; - fn setup(mut commands: Commands) { commands.spawn(( Camera2dBundle { @@ -136,9 +133,3 @@ fn despawn_finished_circle( commands.entity(t.tweener).despawn(); } } - -// fn display_circle_count( -// q_circle: Query<(), With>, -// ) { - -// } diff --git a/examples/span_tween/span_tween.rs b/examples/span_tween/span_tween.rs index 0f6581c..161abb7 100644 --- a/examples/span_tween/span_tween.rs +++ b/examples/span_tween/span_tween.rs @@ -1,5 +1,3 @@ -use std::time::Duration; - use bevy::prelude::*; use bevy_tween::prelude::*; // Prefer the shortcuts