From 191760fa136411ac2e6900e6fe49c6d73fda824b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 16 Jul 2021 20:12:51 -0700 Subject: [PATCH] eoc4: lint cleanup. --- rtchallenge/examples/eoc4.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtchallenge/examples/eoc4.rs b/rtchallenge/examples/eoc4.rs index 43281c5..e5acb51 100644 --- a/rtchallenge/examples/eoc4.rs +++ b/rtchallenge/examples/eoc4.rs @@ -31,8 +31,6 @@ fn main() -> Result<()> { let mut p = t * p; let w = w as f32; let h = h as f32; - let h_w = w / 2.0; - let h_h = h / 2.0; // The 'world' exists between -0.5 - 0.5 in X-Y plane. // To convert to screen space, we translate by 0.5, scale to canvas size, // and invert the Y-axis.