Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Feb 18, 2024
1 parent 778eefc commit 504a25b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/bevy_plugin/src/commands.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::prelude::*;
use bevy::prelude::*;
pub(crate) use command_registry::wait::update_wait;
pub use command_registry::YarnCommands;
Expand Down
1 change: 0 additions & 1 deletion crates/bevy_plugin/src/line_provider.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::prelude::*;
#[cfg(feature = "audio_assets")]
pub use asset_provider::AudioAssetProvider;
pub use asset_provider::{file_extensions, AssetProvider, FileExtensionAssetProvider, LineAssets};
Expand Down
1 change: 0 additions & 1 deletion crates/bevy_plugin/src/localization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pub(crate) use self::{
line_id_generation::LineIdUpdateSystemSet,
strings_file::UpdateAllStringsFilesForStringTableEvent, strings_file::*,
};
use crate::prelude::*;
use bevy::prelude::*;

mod line_id_generation;
Expand Down

0 comments on commit 504a25b

Please sign in to comment.