summaryrefslogtreecommitdiff
path: root/src/componentwrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/componentwrapper.rs')
-rw-r--r--src/componentwrapper.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs
index f89f44f..43c8353 100644
--- a/src/componentwrapper.rs
+++ b/src/componentwrapper.rs
@@ -94,7 +94,6 @@ components!(
Player (name: String) {Player::new(name.to_string())}
);
-pub type PreEntity = Vec<ComponentWrapper>;