diff --git a/crates/bevy_app/src/app.rs b/crates/bevy_app/src/app.rs index 1dee75edb9e5b..2f1d11ff9cc7f 100644 --- a/crates/bevy_app/src/app.rs +++ b/crates/bevy_app/src/app.rs @@ -1,8 +1,6 @@ use crate::{First, Main, MainSchedulePlugin, Plugin, Plugins, StateTransition}; pub use bevy_derive::AppLabel; -use bevy_ecs::schedule::{ - initialize_state_and_enter, remove_state_from_world, IntoConditionalScheduleLabel, StateMatcher, -}; +use bevy_ecs::schedule::{IntoConditionalScheduleLabel, StateMatcher}; use bevy_ecs::{ prelude::*, schedule::{