From 2d1cf05abb72699d38a7c7db7e131922252e1fc1 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 6 Aug 2025 14:14:58 +0200 Subject: revert(ecs): make component removals not queryable This reverts commit 43cbd47900d23801c584def1b7877fdea700c23a. --- ecs/src/entity.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ecs/src/entity.rs') diff --git a/ecs/src/entity.rs b/ecs/src/entity.rs index bab3d61..4496a2b 100644 --- a/ecs/src/entity.rs +++ b/ecs/src/entity.rs @@ -96,11 +96,6 @@ impl<'a> Handle<'a> } } - pub fn component_ids(&self) -> impl Iterator + '_ - { - self.archetype.component_ids_sorted() - } - pub(crate) fn new(archetype: &'a Archetype, entity: &'a ArchetypeEntity) -> Self { Self { archetype, entity } -- cgit v1.2.3-18-g5258