diff options
| author | troido <troido@protonmail.com> | 2020-09-26 14:58:30 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-26 14:58:30 +0200 |
| commit | 9e69a2d3004e83a74cb876ae6c6fbdfb6ed167fb (patch) | |
| tree | f7384d11d41495caa627a320a488996fc89e5a97 /src/components | |
| parent | 9b7e3d14b3f35163199ed704ae35544fa658931e (diff) | |
remove deduplicate
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/mod.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs index 3f804da..91fc081 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -240,14 +240,6 @@ pub struct Whitelist{ pub allowed: HashMap<String, HashSet<PlayerId>> } - -#[derive(Component, Debug, Clone)] -pub struct Dedup { - pub id: String, - pub priority: i64 -} - - #[derive(Component, Debug, Clone)] pub struct Minable { pub progress: i64, |
