From 7993d257805a9a1b2c6bf2f551ebed5ff8a85076 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 28 Mar 2025 19:14:18 +0100 Subject: [PATCH] Remove unused code --- crates/fj-viewer/src/camera.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/fj-viewer/src/camera.rs b/crates/fj-viewer/src/camera.rs index 566375432..ce539a048 100644 --- a/crates/fj-viewer/src/camera.rs +++ b/crates/fj-viewer/src/camera.rs @@ -277,12 +277,6 @@ impl Camera { } } -impl Default for Camera { - fn default() -> Self { - Self::new() - } -} - /// The point around which camera movement happens. /// /// This will be the point on the model that the cursor is currently pointing at if such a point exists,