Skip to content

Commit

Permalink
Fix unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Mar 26, 2024
1 parent 4d7e879 commit 41b56b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions examples/demo/click.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ fn main() {
.run();
}

#[derive(Component)]
struct CircleCountText;

fn setup(mut commands: Commands) {
commands.spawn((
Camera2dBundle {
Expand Down Expand Up @@ -136,9 +133,3 @@ fn despawn_finished_circle(
commands.entity(t.tweener).despawn();
}
}

// fn display_circle_count(
// q_circle: Query<(), With<Sprite>>,
// ) {

// }
2 changes: 0 additions & 2 deletions examples/span_tween/span_tween.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::time::Duration;

use bevy::prelude::*;
use bevy_tween::prelude::*;
// Prefer the shortcuts
Expand Down

0 comments on commit 41b56b3

Please sign in to comment.