mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
Removed unreferenced trait (#1230)
This commit is contained in:
parent
478f947768
commit
6a0116e994
1 changed files with 0 additions and 4 deletions
|
@ -155,10 +155,6 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
pub trait ResourcesWriter: Send + Sync {
|
||||
fn write(self: Box<Self>, resources: &mut Resources);
|
||||
}
|
||||
|
||||
pub struct InsertResource<T: Resource> {
|
||||
resource: T,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue