Skip to content

Commit 2eee454

Browse files
makspllCopilot
andauthored
Update crates/bevy_mod_scripting_core/src/bindings/world.rs
Co-authored-by: Copilot <[email protected]>
1 parent 5bdb5e2 commit 2eee454

File tree

1 file changed

+0
-5
lines changed
  • crates/bevy_mod_scripting_core/src/bindings

1 file changed

+0
-5
lines changed

crates/bevy_mod_scripting_core/src/bindings/world.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ impl WorldAccessGuard<'static> {
122122
}
123123
#[profiling::all_functions]
124124
impl<'w> WorldAccessGuard<'w> {
125-
/// Returns the id of the world this guard provides access to
126-
fn world_id(&self) -> WorldId {
127-
self.inner.cell.id()
128-
}
129-
130125
/// creates a new guard derived from this one, which if invalidated, will not invalidate the original
131126
fn scope(&self) -> Self {
132127
let mut new_guard = self.clone();

0 commit comments

Comments
 (0)