summaryrefslogtreecommitdiff
path: root/ecs/src/component
diff options
context:
space:
mode:
Diffstat (limited to 'ecs/src/component')
-rw-r--r--ecs/src/component/local.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecs/src/component/local.rs b/ecs/src/component/local.rs
index aac4255..ad79f6f 100644
--- a/ecs/src/component/local.rs
+++ b/ecs/src/component/local.rs
@@ -15,7 +15,6 @@ impl<'world, LocalComponent> SystemParam<'world> for Local<'world, LocalComponen
where
LocalComponent: Component,
{
- type Flags = ();
type Input = LocalComponent;
fn initialize<SystemImpl>(