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/systems/mod.rs | |
| parent | 9b7e3d14b3f35163199ed704ae35544fa658931e (diff) | |
remove deduplicate
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index 7f93bb9..e0ae2e8 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -21,7 +21,6 @@ mod droploot; mod timeout; mod clear; mod building; -mod deduplicate; mod spawntrigger; mod replace; @@ -48,7 +47,6 @@ pub use self::{ timeout::Timeout, clear::Clear, building::Building, - deduplicate::Deduplicate, spawntrigger::SpawnTrigger, replace::Replace, }; |
