remove dead use

This commit is contained in:
Christof Petig 2022-05-27 14:00:43 +02:00
parent c35edf0680
commit bf3eef6e1a

View File

@ -24,7 +24,6 @@ use common::{
use common_base::span;
use hashbrown::HashMap;
use rand::prelude::*;
//use rand_chacha::ChaCha8Rng;
use specs::{saveload::MarkerAllocator, Join, WorldExt};
use std::{
f32::consts::{PI, TAU},