From bf3eef6e1a75f2cab66a79877258c914e20f7c34 Mon Sep 17 00:00:00 2001 From: Christof Petig Date: Fri, 27 May 2022 14:00:43 +0200 Subject: [PATCH] remove dead use --- voxygen/src/scene/particle.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/voxygen/src/scene/particle.rs b/voxygen/src/scene/particle.rs index be4620843a..e0c8cde6ca 100644 --- a/voxygen/src/scene/particle.rs +++ b/voxygen/src/scene/particle.rs @@ -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},