From 085c161ed30c2e0420d1dbda311868004f1d5f2d Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 13 Oct 2022 12:49:47 +0200 Subject: [PATCH] Remove empty comment --- crates/fj-window/src/run.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/fj-window/src/run.rs b/crates/fj-window/src/run.rs index 2988fedfd..401bebaae 100644 --- a/crates/fj-window/src/run.rs +++ b/crates/fj-window/src/run.rs @@ -90,8 +90,6 @@ pub fn run( } } - // - if let Event::WindowEvent { event: window_event, ..