Skip to content

Commit 6b014bf

Browse files
committed
remove unnecessary types
1 parent 873154c commit 6b014bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/bevy_mod_scripting_core/src/pipeline/machines.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,6 @@ pub trait MachineState<P>: Send + Sync + 'static + Any {
339339
}
340340
}
341341

342-
/// State machine marker type
343-
#[derive(Clone, Copy, Debug)]
344-
pub struct Loading;
345-
/// State machine marker type
346-
#[derive(Clone, Copy, Debug)]
347-
pub struct Unloading;
348-
349342
/// A script loading state machine state, describes a script which has completed loading and has its context present within [`ScriptContext`]
350343
#[derive(Clone, Copy)]
351344
pub struct LoadingCompleted;

0 commit comments

Comments
 (0)