aboutsummaryrefslogtreecommitdiff
path: root/src/render/coordinator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/coordinator.rs')
-rw-r--r--src/render/coordinator.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/coordinator.rs b/src/render/coordinator.rs
index a8d8afb..e2f825b 100644
--- a/src/render/coordinator.rs
+++ b/src/render/coordinator.rs
@@ -7,8 +7,7 @@ use crate::camera::Film;
use crate::core::{Bound2i, Vector2i};
use crate::sample::Sampler;
-use std::sync::{Arc, Mutex};
-use std::thread;
+use std::sync::{Mutex};
struct Tiler {
tilesize: Vector2i,